Uses of Interface
com.vladsch.flexmark.util.sequence.mappers.SpecialLeadInHandler
-
Packages that use SpecialLeadInHandler Package Description com.vladsch.flexmark.ext.admonition.internal com.vladsch.flexmark.ext.aside.internal com.vladsch.flexmark.ext.definition.internal com.vladsch.flexmark.parser Parse input text to AST nodes seeParser
com.vladsch.flexmark.parser.block Types for extending block parsingcom.vladsch.flexmark.parser.core com.vladsch.flexmark.util.format com.vladsch.flexmark.util.sequence.mappers -
-
Uses of SpecialLeadInHandler in com.vladsch.flexmark.ext.admonition.internal
Classes in com.vladsch.flexmark.ext.admonition.internal that implement SpecialLeadInHandler Modifier and Type Class Description (package private) static class
AdmonitionBlockParser.AdmonitionLeadInHandler
Fields in com.vladsch.flexmark.ext.admonition.internal declared as SpecialLeadInHandler Modifier and Type Field Description (package private) static SpecialLeadInHandler
AdmonitionBlockParser.AdmonitionLeadInHandler. HANDLER
Methods in com.vladsch.flexmark.ext.admonition.internal that return SpecialLeadInHandler Modifier and Type Method Description @Nullable SpecialLeadInHandler
AdmonitionBlockParser.Factory. getLeadInHandler(@NotNull DataHolder options)
-
Uses of SpecialLeadInHandler in com.vladsch.flexmark.ext.aside.internal
Fields in com.vladsch.flexmark.ext.aside.internal declared as SpecialLeadInHandler Modifier and Type Field Description (package private) static SpecialLeadInHandler
AsideBlockParser.AsideLeadInHandler. HANDLER
Methods in com.vladsch.flexmark.ext.aside.internal that return SpecialLeadInHandler Modifier and Type Method Description @Nullable SpecialLeadInHandler
AsideBlockParser.Factory. getLeadInHandler(@NotNull DataHolder options)
-
Uses of SpecialLeadInHandler in com.vladsch.flexmark.ext.definition.internal
Fields in com.vladsch.flexmark.ext.definition.internal declared as SpecialLeadInHandler Modifier and Type Field Description (package private) static SpecialLeadInHandler
DefinitionItemBlockParser.DefinitionLeadInHandler. HANDLER_COLON
(package private) static SpecialLeadInHandler
DefinitionItemBlockParser.DefinitionLeadInHandler. HANDLER_COLON_TILDE
(package private) static SpecialLeadInHandler
DefinitionItemBlockParser.DefinitionLeadInHandler. HANDLER_TILDE
Methods in com.vladsch.flexmark.ext.definition.internal that return SpecialLeadInHandler Modifier and Type Method Description @Nullable SpecialLeadInHandler
DefinitionItemBlockParser.Factory. getLeadInHandler(@NotNull DataHolder options)
-
Uses of SpecialLeadInHandler in com.vladsch.flexmark.parser
Fields in com.vladsch.flexmark.parser with type parameters of type SpecialLeadInHandler Modifier and Type Field Description static DataKey<java.util.List<SpecialLeadInHandler>>
Parser. SPECIAL_LEAD_IN_HANDLERS
(package private) java.util.List<SpecialLeadInHandler>
Parser.Builder. specialLeadInHandlers
Methods in com.vladsch.flexmark.parser with parameters of type SpecialLeadInHandler Modifier and Type Method Description Parser.Builder
Parser.Builder. specialLeadInHandler(SpecialLeadInHandler specialLeadInHandler)
-
Uses of SpecialLeadInHandler in com.vladsch.flexmark.parser.block
Methods in com.vladsch.flexmark.parser.block that return SpecialLeadInHandler Modifier and Type Method Description default @Nullable SpecialLeadInHandler
CustomBlockParserFactory. getLeadInHandler(@NotNull DataHolder options)
-
Uses of SpecialLeadInHandler in com.vladsch.flexmark.parser.core
Classes in com.vladsch.flexmark.parser.core that implement SpecialLeadInHandler Modifier and Type Class Description (package private) static class
ListBlockParser.ListItemLeadInHandler
Fields in com.vladsch.flexmark.parser.core declared as SpecialLeadInHandler Modifier and Type Field Description (package private) static SpecialLeadInHandler
BlockQuoteParser.BlockQuoteLeadInHandler. HANDLER
(package private) static SpecialLeadInHandler
HeadingParser.HeadingLeadInHandler. HANDLER_NO_SPACE
(package private) static SpecialLeadInHandler
HeadingParser.HeadingLeadInHandler. HANDLER_SPACE
(package private) static SpecialLeadInHandler
ListBlockParser.ListItemLeadInHandler. ORDERED_DELIM_DOT_HANDLER
(package private) static SpecialLeadInHandler
ListBlockParser.ListItemLeadInHandler. ORDERED_DELIM_DOT_PARENS_HANDLER
Methods in com.vladsch.flexmark.parser.core that return SpecialLeadInHandler Modifier and Type Method Description (package private) static @NotNull SpecialLeadInHandler
ListBlockParser.ListItemLeadInHandler. create(@NotNull java.lang.CharSequence listItemDelims, boolean dotOnly)
@Nullable SpecialLeadInHandler
BlockQuoteParser.Factory. getLeadInHandler(@NotNull DataHolder options)
@Nullable SpecialLeadInHandler
HeadingParser.Factory. getLeadInHandler(@NotNull DataHolder options)
@Nullable SpecialLeadInHandler
ListBlockParser.Factory. getLeadInHandler(@NotNull DataHolder options)
-
Uses of SpecialLeadInHandler in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format with type parameters of type SpecialLeadInHandler Modifier and Type Field Description static java.util.List<SpecialLeadInHandler>
MarkdownParagraph. EMPTY_LEAD_IN_HANDLERS
(package private) @NotNull java.util.List<? extends SpecialLeadInHandler>
MarkdownParagraph. leadInHandlers
(package private) @NotNull java.util.List<? extends SpecialLeadInHandler>
MarkdownParagraph.LeftAlignedWrapping. leadInHandlers
Methods in com.vladsch.flexmark.util.format that return types with arguments of type SpecialLeadInHandler Modifier and Type Method Description @NotNull java.util.List<? extends SpecialLeadInHandler>
MarkdownParagraph. getLeadInHandlers()
Method parameters in com.vladsch.flexmark.util.format with type arguments of type SpecialLeadInHandler Modifier and Type Method Description (package private) void
MarkdownParagraph.LeftAlignedWrapping. processLeadInEscape(java.util.List<? extends SpecialLeadInHandler> handlers, BasedSequence sequence)
(package private) void
MarkdownParagraph.LeftAlignedWrapping. processLeadInUnEscape(java.util.List<? extends SpecialLeadInHandler> handlers, BasedSequence sequence)
void
MarkdownParagraph. setLeadInHandlers(@NotNull java.util.List<? extends SpecialLeadInHandler> leadInHandlers)
-
Uses of SpecialLeadInHandler in com.vladsch.flexmark.util.sequence.mappers
Classes in com.vladsch.flexmark.util.sequence.mappers that implement SpecialLeadInHandler Modifier and Type Class Description class
SpecialLeadInCharsHandler
class
SpecialLeadInStartsWithCharsHandler
-