Uses of Interface
com.vladsch.flexmark.parser.block.CharacterNodeFactory
-
Packages that use CharacterNodeFactory Package Description com.vladsch.flexmark.ext.tables.internal com.vladsch.flexmark.ext.zzzzzz.internal com.vladsch.flexmark.parser Parse input text to AST nodes seeParser
com.vladsch.flexmark.parser.internal -
-
Uses of CharacterNodeFactory in com.vladsch.flexmark.ext.tables.internal
Fields in com.vladsch.flexmark.ext.tables.internal with type parameters of type CharacterNodeFactory Modifier and Type Field Description private static java.util.HashMap<java.lang.Character,CharacterNodeFactory>
TableParagraphPreProcessor. pipeIntelliJNodeMap
private static java.util.HashMap<java.lang.Character,CharacterNodeFactory>
TableParagraphPreProcessor. pipeNodeMap
-
Uses of CharacterNodeFactory in com.vladsch.flexmark.ext.zzzzzz.internal
Fields in com.vladsch.flexmark.ext.zzzzzz.internal with type parameters of type CharacterNodeFactory Modifier and Type Field Description private static java.util.HashMap<java.lang.Character,CharacterNodeFactory>
ZzzzzzParagraphPreProcessor. pipeNodeMap
-
Uses of CharacterNodeFactory in com.vladsch.flexmark.parser
Method parameters in com.vladsch.flexmark.parser with type arguments of type CharacterNodeFactory Modifier and Type Method Description @Nullable java.util.List<Node>
InlineParser. parseCustom(@NotNull BasedSequence input, @NotNull Node node, @NotNull java.util.BitSet customCharacters, @NotNull java.util.Map<java.lang.Character,CharacterNodeFactory> nodeFactoryMap)
-
Uses of CharacterNodeFactory in com.vladsch.flexmark.parser.internal
Fields in com.vladsch.flexmark.parser.internal with type parameters of type CharacterNodeFactory Modifier and Type Field Description protected java.util.Map<java.lang.Character,CharacterNodeFactory>
InlineParserImpl. customSpecialCharacterFactoryMap
Method parameters in com.vladsch.flexmark.parser.internal with type arguments of type CharacterNodeFactory Modifier and Type Method Description @Nullable java.util.List<Node>
InlineParserImpl. parseCustom(@NotNull BasedSequence input, @NotNull Node node, @NotNull java.util.BitSet customCharacters, @NotNull java.util.Map<java.lang.Character,CharacterNodeFactory> nodeFactoryMap)
-