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 class
ListBlockParser.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 SpecialLeadInCharsHandler
SpecialLeadInCharsHandler. create(char leadInChar)
static @NotNull SpecialLeadInCharsHandler
SpecialLeadInCharsHandler. create(@NotNull java.lang.CharSequence leadInChar)
-