Uses of Interface
com.vladsch.flexmark.parser.block.CharacterNodeFactory
Packages that use CharacterNodeFactory
-
Uses of CharacterNodeFactory in com.vladsch.flexmark.ext.tables.internal
Fields in com.vladsch.flexmark.ext.tables.internal with type parameters of type CharacterNodeFactoryModifier and TypeFieldDescriptionprivate static HashMap<Character,
CharacterNodeFactory> TableParagraphPreProcessor.pipeIntelliJNodeMap
private static HashMap<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 CharacterNodeFactoryModifier and TypeFieldDescriptionprivate static HashMap<Character,
CharacterNodeFactory> ZzzzzzParagraphPreProcessor.pipeNodeMap
-
Uses of CharacterNodeFactory in com.vladsch.flexmark.parser
Method parameters in com.vladsch.flexmark.parser with type arguments of type CharacterNodeFactoryModifier and TypeMethodDescriptionInlineParser.parseCustom
(@NotNull BasedSequence input, @NotNull Node node, @NotNull BitSet customCharacters, @NotNull Map<Character, CharacterNodeFactory> nodeFactoryMap) -
Uses of CharacterNodeFactory in com.vladsch.flexmark.parser.internal
Fields in com.vladsch.flexmark.parser.internal with type parameters of type CharacterNodeFactoryModifier and TypeFieldDescriptionprotected Map<Character,
CharacterNodeFactory> InlineParserImpl.customSpecialCharacterFactoryMap
Method parameters in com.vladsch.flexmark.parser.internal with type arguments of type CharacterNodeFactoryModifier and TypeMethodDescriptionInlineParserImpl.parseCustom
(@NotNull BasedSequence input, @NotNull Node node, @NotNull BitSet customCharacters, @NotNull Map<Character, CharacterNodeFactory> nodeFactoryMap)