Uses of Interface
com.vladsch.flexmark.util.sequence.mappers.SpecialLeadInHandler
Packages that use SpecialLeadInHandler
-
Uses of SpecialLeadInHandler in com.vladsch.flexmark.ext.admonition.internal
Classes in com.vladsch.flexmark.ext.admonition.internal that implement SpecialLeadInHandlerModifier and TypeClassDescription(package private) static class
Fields in com.vladsch.flexmark.ext.admonition.internal declared as SpecialLeadInHandlerModifier and TypeFieldDescription(package private) static final SpecialLeadInHandler
AdmonitionBlockParser.AdmonitionLeadInHandler.HANDLER
Methods in com.vladsch.flexmark.ext.admonition.internal that return SpecialLeadInHandlerModifier and TypeMethodDescription@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 SpecialLeadInHandlerModifier and TypeFieldDescription(package private) static final SpecialLeadInHandler
AsideBlockParser.AsideLeadInHandler.HANDLER
Methods in com.vladsch.flexmark.ext.aside.internal that return SpecialLeadInHandlerModifier and TypeMethodDescription@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 SpecialLeadInHandlerModifier and TypeFieldDescription(package private) static final SpecialLeadInHandler
DefinitionItemBlockParser.DefinitionLeadInHandler.HANDLER_COLON
(package private) static final SpecialLeadInHandler
DefinitionItemBlockParser.DefinitionLeadInHandler.HANDLER_COLON_TILDE
(package private) static final SpecialLeadInHandler
DefinitionItemBlockParser.DefinitionLeadInHandler.HANDLER_TILDE
Methods in com.vladsch.flexmark.ext.definition.internal that return SpecialLeadInHandlerModifier and TypeMethodDescription@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 SpecialLeadInHandlerModifier and TypeFieldDescriptionstatic final DataKey
<List<SpecialLeadInHandler>> Parser.SPECIAL_LEAD_IN_HANDLERS
(package private) final List
<SpecialLeadInHandler> Parser.Builder.specialLeadInHandlers
Methods in com.vladsch.flexmark.parser with parameters of type SpecialLeadInHandlerModifier and TypeMethodDescriptionParser.Builder.specialLeadInHandler
(SpecialLeadInHandler specialLeadInHandler) -
Uses of SpecialLeadInHandler in com.vladsch.flexmark.parser.block
Methods in com.vladsch.flexmark.parser.block that return SpecialLeadInHandlerModifier and TypeMethodDescriptiondefault @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 SpecialLeadInHandlerModifier and TypeClassDescription(package private) static class
Fields in com.vladsch.flexmark.parser.core declared as SpecialLeadInHandlerModifier and TypeFieldDescription(package private) static final SpecialLeadInHandler
BlockQuoteParser.BlockQuoteLeadInHandler.HANDLER
(package private) static final SpecialLeadInHandler
HeadingParser.HeadingLeadInHandler.HANDLER_NO_SPACE
(package private) static final SpecialLeadInHandler
HeadingParser.HeadingLeadInHandler.HANDLER_SPACE
(package private) static final SpecialLeadInHandler
ListBlockParser.ListItemLeadInHandler.ORDERED_DELIM_DOT_HANDLER
(package private) static final SpecialLeadInHandler
ListBlockParser.ListItemLeadInHandler.ORDERED_DELIM_DOT_PARENS_HANDLER
Methods in com.vladsch.flexmark.parser.core that return SpecialLeadInHandlerModifier and TypeMethodDescription(package private) static @NotNull SpecialLeadInHandler
ListBlockParser.ListItemLeadInHandler.create
(@NotNull 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 SpecialLeadInHandlerModifier and TypeFieldDescriptionstatic final List
<SpecialLeadInHandler> MarkdownParagraph.EMPTY_LEAD_IN_HANDLERS
(package private) @NotNull List
<? extends SpecialLeadInHandler> MarkdownParagraph.leadInHandlers
(package private) @NotNull List
<? extends SpecialLeadInHandler> MarkdownParagraph.LeftAlignedWrapping.leadInHandlers
Methods in com.vladsch.flexmark.util.format that return types with arguments of type SpecialLeadInHandlerModifier and TypeMethodDescription@NotNull List
<? extends SpecialLeadInHandler> MarkdownParagraph.getLeadInHandlers()
Method parameters in com.vladsch.flexmark.util.format with type arguments of type SpecialLeadInHandlerModifier and TypeMethodDescription(package private) void
MarkdownParagraph.LeftAlignedWrapping.processLeadInEscape
(List<? extends SpecialLeadInHandler> handlers, BasedSequence sequence) (package private) void
MarkdownParagraph.LeftAlignedWrapping.processLeadInUnEscape
(List<? extends SpecialLeadInHandler> handlers, BasedSequence sequence) void
MarkdownParagraph.setLeadInHandlers
(@NotNull List<? extends SpecialLeadInHandler> leadInHandlers) -
Uses of SpecialLeadInHandler in com.vladsch.flexmark.util.sequence.mappers
Classes in com.vladsch.flexmark.util.sequence.mappers that implement SpecialLeadInHandlerModifier and TypeClassDescriptionclass
class