Uses of Class
com.vladsch.flexmark.util.sequence.mappers.SpecialLeadInCharsHandler
-
Packages that use SpecialLeadInCharsHandler Package Description com.vladsch.flexmark.parser.core com.vladsch.flexmark.util.sequence.mappers -
-
Uses of SpecialLeadInCharsHandler in com.vladsch.flexmark.parser.core
Subclasses of SpecialLeadInCharsHandler in com.vladsch.flexmark.parser.core Modifier and Type Class Description (package private) static classListBlockParser.ListItemLeadInHandler -
Uses of SpecialLeadInCharsHandler in com.vladsch.flexmark.util.sequence.mappers
Methods in com.vladsch.flexmark.util.sequence.mappers that return SpecialLeadInCharsHandler Modifier and Type Method Description static @NotNull SpecialLeadInCharsHandlerSpecialLeadInCharsHandler. create(char leadInChar)static @NotNull SpecialLeadInCharsHandlerSpecialLeadInCharsHandler. create(@NotNull java.lang.CharSequence leadInChar)
-