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 seeParsercom.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 classAdmonitionBlockParser.AdmonitionLeadInHandlerFields in com.vladsch.flexmark.ext.admonition.internal declared as SpecialLeadInHandler Modifier and Type Field Description (package private) static SpecialLeadInHandlerAdmonitionBlockParser.AdmonitionLeadInHandler. HANDLERMethods in com.vladsch.flexmark.ext.admonition.internal that return SpecialLeadInHandler Modifier and Type Method Description @Nullable SpecialLeadInHandlerAdmonitionBlockParser.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 SpecialLeadInHandlerAsideBlockParser.AsideLeadInHandler. HANDLERMethods in com.vladsch.flexmark.ext.aside.internal that return SpecialLeadInHandler Modifier and Type Method Description @Nullable SpecialLeadInHandlerAsideBlockParser.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 SpecialLeadInHandlerDefinitionItemBlockParser.DefinitionLeadInHandler. HANDLER_COLON(package private) static SpecialLeadInHandlerDefinitionItemBlockParser.DefinitionLeadInHandler. HANDLER_COLON_TILDE(package private) static SpecialLeadInHandlerDefinitionItemBlockParser.DefinitionLeadInHandler. HANDLER_TILDEMethods in com.vladsch.flexmark.ext.definition.internal that return SpecialLeadInHandler Modifier and Type Method Description @Nullable SpecialLeadInHandlerDefinitionItemBlockParser.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. specialLeadInHandlersMethods in com.vladsch.flexmark.parser with parameters of type SpecialLeadInHandler Modifier and Type Method Description Parser.BuilderParser.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 SpecialLeadInHandlerCustomBlockParserFactory. 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 classListBlockParser.ListItemLeadInHandlerFields in com.vladsch.flexmark.parser.core declared as SpecialLeadInHandler Modifier and Type Field Description (package private) static SpecialLeadInHandlerBlockQuoteParser.BlockQuoteLeadInHandler. HANDLER(package private) static SpecialLeadInHandlerHeadingParser.HeadingLeadInHandler. HANDLER_NO_SPACE(package private) static SpecialLeadInHandlerHeadingParser.HeadingLeadInHandler. HANDLER_SPACE(package private) static SpecialLeadInHandlerListBlockParser.ListItemLeadInHandler. ORDERED_DELIM_DOT_HANDLER(package private) static SpecialLeadInHandlerListBlockParser.ListItemLeadInHandler. ORDERED_DELIM_DOT_PARENS_HANDLERMethods in com.vladsch.flexmark.parser.core that return SpecialLeadInHandler Modifier and Type Method Description (package private) static @NotNull SpecialLeadInHandlerListBlockParser.ListItemLeadInHandler. create(@NotNull java.lang.CharSequence listItemDelims, boolean dotOnly)@Nullable SpecialLeadInHandlerBlockQuoteParser.Factory. getLeadInHandler(@NotNull DataHolder options)@Nullable SpecialLeadInHandlerHeadingParser.Factory. getLeadInHandler(@NotNull DataHolder options)@Nullable SpecialLeadInHandlerListBlockParser.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. leadInHandlersMethods 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) voidMarkdownParagraph.LeftAlignedWrapping. processLeadInEscape(java.util.List<? extends SpecialLeadInHandler> handlers, BasedSequence sequence)(package private) voidMarkdownParagraph.LeftAlignedWrapping. processLeadInUnEscape(java.util.List<? extends SpecialLeadInHandler> handlers, BasedSequence sequence)voidMarkdownParagraph. 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 classSpecialLeadInCharsHandlerclassSpecialLeadInStartsWithCharsHandler
-