Uses of Interface
com.vladsch.flexmark.util.data.DataHolder
Packages that use DataHolder
Package
Description
AST node types (see
Node) and visitors (see NodeVisitor)HTML rendering (see
HtmlRenderer)Parse input text to AST nodes see
ParserTypes for extending block parsing
-
Uses of DataHolder in com.vladsch.flexmark.ast
Methods in com.vladsch.flexmark.ast with parameters of type DataHolderModifier and TypeMethodDescriptionbooleanListItem.isParagraphWrappingDisabled(Paragraph node, ListOptions listOptions, DataHolder options) booleanParagraphItemContainer.isParagraphWrappingDisabled(Paragraph node, ListOptions listOptions, DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ast.util
Fields in com.vladsch.flexmark.ast.util declared as DataHolderConstructors in com.vladsch.flexmark.ast.util with parameters of type DataHolderModifierConstructorDescriptionParsing(DataHolder options) (package private)PatternTypeFlags(DataHolder options) ReferenceRepository(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.core.test.util
Fields in com.vladsch.flexmark.core.test.util declared as DataHolderModifier and TypeFieldDescriptionprivate static final DataHolderFormatterTranslationSpecTestBase.FIXED_INDENT_OPTIONSprivate static final DataHolderFormatterTranslationSpecTestBase.OPTIONSprivate static DataHolderRendererSpecTest.OPTIONSprivate static final DataHolderTranslationFormatterSpecTest.OPTIONSFields in com.vladsch.flexmark.core.test.util with type parameters of type DataHolderModifier and TypeFieldDescriptionprivate static final Map<String, DataHolder> FormatterTranslationSpecTestBase.optionsMapprivate static final Map<String, DataHolder> RendererSpecTest.optionsMapprivate static final Map<String, DataHolder> TranslationFormatterSpecTest.optionsMapMethods in com.vladsch.flexmark.core.test.util that return DataHolderModifier and TypeMethodDescription(package private) static DataHolderFormatterTranslationSpecTestBase.firstIndentOption(@Nullable String params) @Nullable DataHolderTranslationFormatterSpecTest.TranslationFormatter.getOptions()(package private) static DataHolderFormatterTranslationSpecTestBase.indentOption(@Nullable String params) (package private) static DataHolderFormatterTranslationSpecTestBase.marginOption(@Nullable Integer params) Methods in com.vladsch.flexmark.core.test.util with parameters of type DataHolderModifier and TypeMethodDescriptionprivate ParserTranslationFormatterSpecTest.getParser(@Nullable DataHolder OPTIONS) private IRenderTranslationFormatterSpecTest.getRenderer(@Nullable DataHolder OPTIONS) @NotNull SpecExampleRendererFormatterSpecTest.getSpecExampleRenderer(@NotNull SpecExample example, @Nullable DataHolder exampleOptions) final @NotNull SpecExampleRendererRendererSpecTest.getSpecExampleRenderer(@NotNull SpecExample example, @Nullable DataHolder exampleOptions) final @NotNull SpecExampleRendererTranslationFormatterSpecTest.getSpecExampleRenderer(@NotNull SpecExample example, @Nullable DataHolder exampleOptions) Constructors in com.vladsch.flexmark.core.test.util with parameters of type DataHolderModifierConstructorDescriptionFormatterSpecTest(@NotNull SpecExample example, @Nullable Map<String, ? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions) FormatterTranslationSpecTestBase(@NotNull SpecExample example, @Nullable Map<String, ? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions) RendererSpecTest(@NotNull SpecExample example, @Nullable Map<String, ? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions) TranslationFormatterSpecTest(@NotNull SpecExample example, @Nullable Map<String, ? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions) Constructor parameters in com.vladsch.flexmark.core.test.util with type arguments of type DataHolderModifierConstructorDescriptionFormatterSpecTest(@NotNull SpecExample example, @Nullable Map<String, ? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions) FormatterTranslationSpecTestBase(@NotNull SpecExample example, @Nullable Map<String, ? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions) RendererSpecTest(@NotNull SpecExample example, @Nullable Map<String, ? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions) TranslationFormatterSpecTest(@NotNull SpecExample example, @Nullable Map<String, ? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions) -
Uses of DataHolder in com.vladsch.flexmark.ext.abbreviation
Methods in com.vladsch.flexmark.ext.abbreviation with parameters of type DataHolderModifier and TypeMethodDescriptionbooleanAbbreviationExtension.transferReferences(MutableDataHolder document, DataHolder included) -
Uses of DataHolder in com.vladsch.flexmark.ext.abbreviation.internal
Methods in com.vladsch.flexmark.ext.abbreviation.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull BlockParserFactoryAbbreviationBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererAbbreviationNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeFormatterAbbreviationNodeFormatter.Factory.create(@NotNull DataHolder options) AbbreviationNodeFormatter.getRepository(DataHolder options) Constructors in com.vladsch.flexmark.ext.abbreviation.internal with parameters of type DataHolderModifierConstructorDescriptionAbbreviationFormatOptions(DataHolder options) AbbreviationNodeFormatter(DataHolder options) AbbreviationNodeRenderer(DataHolder options) AbbreviationOptions(DataHolder options) AbbreviationRepository(DataHolder options) (package private)BlockFactory(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.admonition.internal
Methods in com.vladsch.flexmark.ext.admonition.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull BlockParserFactoryAdmonitionBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererAdmonitionNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeFormatterAdmonitionNodeFormatter.Factory.create(@NotNull DataHolder options) booleanAdmonitionBlockParser.AdmonitionLeadInHandler.escape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull Consumer<CharSequence> consumer) @Nullable SpecialLeadInHandlerAdmonitionBlockParser.Factory.getLeadInHandler(@NotNull DataHolder options) booleanAdmonitionBlockParser.AdmonitionLeadInHandler.unEscape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull Consumer<CharSequence> consumer) Constructors in com.vladsch.flexmark.ext.admonition.internal with parameters of type DataHolderModifierConstructorDescriptionAdmonitionNodeFormatter(DataHolder options) AdmonitionNodeRenderer(DataHolder options) AdmonitionOptions(DataHolder options) (package private)BlockFactory(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.anchorlink.internal
Methods in com.vladsch.flexmark.ext.anchorlink.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererAnchorLinkNodeRenderer.Factory.apply(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.anchorlink.internal with parameters of type DataHolderModifierConstructorDescriptionAnchorLinkNodePostProcessor(DataHolder options) AnchorLinkNodeRenderer(DataHolder options) AnchorLinkOptions(DataHolder options) Factory(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.aside.internal
Methods in com.vladsch.flexmark.ext.aside.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull BlockParserFactoryAsideBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererAsideNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeFormatterAsideNodeFormatter.Factory.create(@NotNull DataHolder options) @Nullable SpecialLeadInHandlerAsideBlockParser.Factory.getLeadInHandler(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.aside.internal with parameters of type DataHolderModifierConstructorDescriptionAsideBlockParser(DataHolder options, BasedSequence marker) AsideNodeFormatter(DataHolder options) AsideNodeRenderer(DataHolder options) AsideOptions(DataHolder options) (package private)BlockFactory(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.attributes.internal
Methods in com.vladsch.flexmark.ext.attributes.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererAttributesNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeFormatterAttributesNodeFormatter.Factory.create(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.attributes.internal with parameters of type DataHolderModifierConstructorDescriptionAttributesFormatOptions(DataHolder options) AttributesNodeFormatter(DataHolder options) AttributesNodeRenderer(DataHolder options) AttributesOptions(DataHolder options) NodeAttributeRepository(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.definition
Methods in com.vladsch.flexmark.ext.definition with parameters of type DataHolderModifier and TypeMethodDescriptionbooleanDefinitionTerm.isParagraphWrappingDisabled(Paragraph node, ListOptions listOptions, DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.definition.internal
Methods in com.vladsch.flexmark.ext.definition.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull BlockParserFactoryDefinitionItemBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererDefinitionNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeFormatterDefinitionNodeFormatter.Factory.create(@NotNull DataHolder options) @Nullable SpecialLeadInHandlerDefinitionItemBlockParser.Factory.getLeadInHandler(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.definition.internal with parameters of type DataHolderModifierConstructorDescription(package private)BlockFactory(DataHolder options) DefinitionFormatOptions(DataHolder options) (package private)DefinitionItemBlockParser(DataHolder options, DefinitionItemBlockParser.ItemData itemData) DefinitionNodeFormatter(DataHolder options) DefinitionNodeRenderer(DataHolder options) DefinitionOptions(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.emoji.internal
Methods in com.vladsch.flexmark.ext.emoji.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererEmojiJiraRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererEmojiNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeFormatterEmojiNodeFormatter.Factory.create(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.emoji.internal with parameters of type DataHolderModifierConstructorDescriptionEmojiJiraRenderer(DataHolder options) EmojiNodeFormatter(DataHolder options) EmojiNodeRenderer(DataHolder options) EmojiOptions(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.enumerated.reference
Methods in com.vladsch.flexmark.ext.enumerated.reference with parameters of type DataHolderModifier and TypeMethodDescriptionbooleanEnumeratedReferenceBlock.isParagraphWrappingDisabled(Paragraph node, ListOptions listOptions, DataHolder options) booleanEnumeratedReferenceExtension.transferReferences(MutableDataHolder document, DataHolder included) Constructors in com.vladsch.flexmark.ext.enumerated.reference with parameters of type DataHolderModifierConstructorDescriptionEnumeratedReferenceRepository(DataHolder options) EnumeratedReferences(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.enumerated.reference.internal
Methods in com.vladsch.flexmark.ext.enumerated.reference.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull BlockParserFactoryEnumeratedReferenceBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererEnumeratedReferenceNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeFormatterEnumeratedReferenceNodeFormatter.Factory.create(@NotNull DataHolder options) intEnumeratedReferenceLinkRefProcessor.Factory.getBracketNestingLevel(@NotNull DataHolder options) EnumeratedReferenceNodeFormatter.getRepository(DataHolder options) booleanEnumeratedReferenceLinkRefProcessor.Factory.getWantExclamationPrefix(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.enumerated.reference.internal with parameters of type DataHolderModifierConstructorDescription(package private)BlockFactory(DataHolder options) EnumeratedReferenceOptions(DataHolder options) (package private) -
Uses of DataHolder in com.vladsch.flexmark.ext.escaped.character.internal
Methods in com.vladsch.flexmark.ext.escaped.character.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererEscapedCharacterNodeRenderer.Factory.apply(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.escaped.character.internal with parameters of type DataHolderModifierConstructorDescriptionEscapedCharacterNodeRenderer(DataHolder options) EscapedCharacterOptions(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.footnotes
Methods in com.vladsch.flexmark.ext.footnotes with parameters of type DataHolderModifier and TypeMethodDescriptionbooleanFootnoteBlock.isParagraphWrappingDisabled(Paragraph node, ListOptions listOptions, DataHolder options) booleanFootnoteExtension.transferReferences(MutableDataHolder document, DataHolder included) -
Uses of DataHolder in com.vladsch.flexmark.ext.footnotes.internal
Methods in com.vladsch.flexmark.ext.footnotes.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull BlockParserFactoryFootnoteBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererFootnoteNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeFormatterFootnoteNodeFormatter.Factory.create(@NotNull DataHolder options) intFootnoteLinkRefProcessor.Factory.getBracketNestingLevel(@NotNull DataHolder options) FootnoteNodeFormatter.getRepository(DataHolder options) booleanFootnoteLinkRefProcessor.Factory.getWantExclamationPrefix(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.footnotes.internal with parameters of type DataHolderModifierConstructorDescriptionprivateBlockFactory(DataHolder options) FootnoteFormatOptions(DataHolder options) FootnoteNodeFormatter(DataHolder options) FootnoteNodeRenderer(DataHolder options) FootnoteOptions(DataHolder options) FootnoteRepository(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.gfm.issues.internal
Methods in com.vladsch.flexmark.ext.gfm.issues.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererGfmIssuesJiraRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererGfmIssuesNodeRenderer.Factory.apply(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.gfm.issues.internal with parameters of type DataHolderModifierConstructorDescriptionGfmIssuesJiraRenderer(DataHolder options) GfmIssuesNodeRenderer(DataHolder options) GfmIssuesOptions(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.gfm.strikethrough.internal
Methods in com.vladsch.flexmark.ext.gfm.strikethrough.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererStrikethroughJiraRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererStrikethroughNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererStrikethroughYouTrackRenderer.Factory.apply(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.gfm.strikethrough.internal with parameters of type DataHolderModifierConstructorDescriptionStrikethroughJiraRenderer(DataHolder options) StrikethroughNodeRenderer(DataHolder options) StrikethroughYouTrackRenderer(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.gfm.tasklist
Methods in com.vladsch.flexmark.ext.gfm.tasklist with parameters of type DataHolderModifier and TypeMethodDescriptionbooleanTaskListItem.isParagraphWrappingDisabled(Paragraph node, ListOptions listOptions, DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.gfm.tasklist.internal
Methods in com.vladsch.flexmark.ext.gfm.tasklist.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererTaskListNodeRenderer.Factory.apply(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.gfm.tasklist.internal with parameters of type DataHolderModifierConstructorDescriptionTaskListFormatOptions(DataHolder options) TaskListItemBlockPreProcessor(DataHolder options) TaskListNodeFormatter(DataHolder options) TaskListNodeRenderer(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.gfm.users.internal
Methods in com.vladsch.flexmark.ext.gfm.users.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererGfmUsersJiraRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererGfmUsersNodeRenderer.Factory.apply(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.gfm.users.internal with parameters of type DataHolderModifierConstructorDescriptionGfmUsersJiraRenderer(DataHolder options) GfmUsersNodeRenderer(DataHolder options) GfmUsersOptions(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.gitlab.internal
Methods in com.vladsch.flexmark.ext.gitlab.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull BlockParserFactoryGitLabBlockQuoteParser.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererGitLabNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeFormatterGitLabNodeFormatter.Factory.create(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.gitlab.internal with parameters of type DataHolderModifierConstructorDescription(package private)BlockFactory(DataHolder options) (package private)GitLabBlockQuoteParser(DataHolder options, BasedSequence openMarker, BasedSequence openTrailing) GitLabNodeFormatter(DataHolder options) GitLabNodeRenderer(DataHolder options) GitLabOptions(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.ins.internal
Methods in com.vladsch.flexmark.ext.ins.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererInsJiraRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererInsNodeRenderer.Factory.apply(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.ins.internal with parameters of type DataHolderModifierConstructorDescriptionInsJiraRenderer(DataHolder options) InsNodeRenderer(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.jekyll.front.matter.internal
Methods in com.vladsch.flexmark.ext.jekyll.front.matter.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull BlockParserFactoryJekyllFrontMatterBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererJekyllFrontMatterNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeFormatterJekyllFrontMatterNodeFormatter.Factory.create(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.jekyll.front.matter.internal with parameters of type DataHolderModifierConstructorDescription(package private)BlockFactory(DataHolder options) (package private)JekyllFrontMatterBlockParser(DataHolder options, BasedSequence openingMarker) JekyllFrontMatterNodeFormatter(DataHolder options) JekyllFrontMatterNodeRenderer(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.jekyll.tag.internal
Methods in com.vladsch.flexmark.ext.jekyll.tag.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull BlockParserFactoryJekyllTagBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererJekyllTagNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeFormatterJekyllTagNodeFormatter.Factory.create(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.jekyll.tag.internal with parameters of type DataHolderModifierConstructorDescription(package private)BlockFactory(DataHolder options) (package private)JekyllTagBlockParser(DataHolder options) JekyllTagNodeFormatter(DataHolder options) JekyllTagNodeRenderer(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.macros
Methods in com.vladsch.flexmark.ext.macros with parameters of type DataHolderModifier and TypeMethodDescriptionbooleanMacrosExtension.transferReferences(MutableDataHolder document, DataHolder included) -
Uses of DataHolder in com.vladsch.flexmark.ext.macros.internal
Methods in com.vladsch.flexmark.ext.macros.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull BlockParserFactoryMacroDefinitionBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererMacrosNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeFormatterMacrosNodeFormatter.Factory.create(@NotNull DataHolder options) MacrosNodeFormatter.getRepository(DataHolder options) Constructors in com.vladsch.flexmark.ext.macros.internal with parameters of type DataHolderModifierConstructorDescription(package private)BlockFactory(DataHolder options) (package private)MacroDefinitionBlockParser(DataHolder options, BasedSequence openMarker, BasedSequence name, BasedSequence openTrailing) MacroDefinitionRepository(DataHolder options) MacroFormatOptions(DataHolder options) MacrosNodeFormatter(DataHolder options) MacrosNodeRenderer(DataHolder options) MacrosOptions(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.media.tags.internal
Methods in com.vladsch.flexmark.ext.media.tags.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererMediaTagsNodeRenderer.Factory.apply(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.media.tags.internal with parameters of type DataHolderModifierConstructorDescriptionFactory(DataHolder options) MediaTagsNodePostProcessor(DataHolder options) MediaTagsNodeRenderer(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.resizable.image.internal
Methods in com.vladsch.flexmark.ext.resizable.image.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererResizableImageNodeRenderer.Factory.apply(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.resizable.image.internal with parameters of type DataHolder -
Uses of DataHolder in com.vladsch.flexmark.ext.spec.example.internal
Methods in com.vladsch.flexmark.ext.spec.example.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull BlockParserFactorySpecExampleBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererSpecExampleNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeFormatterSpecExampleNodeFormatter.Factory.create(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.spec.example.internal with parameters of type DataHolderModifierConstructorDescription(package private)BlockFactory(DataHolder options) SpecExampleBlockParser(DataHolder options) SpecExampleNodeFormatter(DataHolder options) SpecExampleNodeRenderer(DataHolder options) SpecExampleOptions(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.superscript.internal
Methods in com.vladsch.flexmark.ext.superscript.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererSuperscriptJiraRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererSuperscriptNodeRenderer.Factory.apply(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.superscript.internal with parameters of type DataHolderModifierConstructorDescriptionSuperscriptJiraRenderer(DataHolder options) SuperscriptNodeRenderer(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.tables
Constructors in com.vladsch.flexmark.ext.tables with parameters of type DataHolder -
Uses of DataHolder in com.vladsch.flexmark.ext.tables.internal
Methods in com.vladsch.flexmark.ext.tables.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererTableJiraRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererTableNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeFormatterTableNodeFormatter.Factory.create(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.tables.internal with parameters of type DataHolderModifierConstructorDescriptionTableJiraRenderer(DataHolder options) TableNodeFormatter(DataHolder options) TableNodeRenderer(DataHolder options) privateTableParagraphPreProcessor(DataHolder options) (package private)TableParserOptions(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.toc.internal
Methods in com.vladsch.flexmark.ext.toc.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull BlockParserFactorySimTocBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererSimTocNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull BlockParserFactoryTocBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererTocNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeFormatterSimTocNodeFormatter.Factory.create(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.toc.internal with parameters of type DataHolderModifierConstructorDescription(package private)BlockFactory(DataHolder options) (package private)BlockFactory(DataHolder options) (package private)SimTocBlockParser(DataHolder options, BasedSequence tocChars, BasedSequence styleChars, BasedSequence titleChars) SimTocNodeFormatter(DataHolder options) SimTocNodeRenderer(DataHolder options) (package private)TocBlockParser(DataHolder options, BasedSequence tocChars, BasedSequence styleChars) TocFormatOptions(DataHolder options) TocNodeRenderer(DataHolder options) TocOptions(@Nullable DataHolder options, boolean isSimToc) TocParsing(DataHolder options) TocParsing(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.typographic.internal
Methods in com.vladsch.flexmark.ext.typographic.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererTypographicNodeRenderer.Factory.apply(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.typographic.internal with parameters of type DataHolderModifierConstructorDescriptionTypographicNodeRenderer(DataHolder options) TypographicOptions(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.wikilink.internal
Methods in com.vladsch.flexmark.ext.wikilink.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererWikiLinkJiraRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererWikiLinkNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeFormatterWikiLinkNodeFormatter.Factory.create(@NotNull DataHolder options) intWikiLinkLinkRefProcessor.Factory.getBracketNestingLevel(@NotNull DataHolder options) booleanWikiLinkLinkRefProcessor.Factory.getWantExclamationPrefix(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.wikilink.internal with parameters of type DataHolderModifierConstructorDescriptionWikiLinkJiraRenderer(DataHolder options) WikiLinkNodeFormatter(DataHolder options) WikiLinkNodeRenderer(DataHolder options) WikiLinkOptions(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.xwiki.macros.internal
Methods in com.vladsch.flexmark.ext.xwiki.macros.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull BlockParserFactoryMacroBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererMacroNodeRenderer.Factory.apply(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.xwiki.macros.internal with parameters of type DataHolderModifierConstructorDescription(package private)BlockFactory(DataHolder options) (package private)MacroBlockParser(DataHolder options, MacroParsing parsing, BasedSequence macroName, boolean oneLine) MacroNodeRenderer(DataHolder options) MacroOptions(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.yaml.front.matter.internal
Methods in com.vladsch.flexmark.ext.yaml.front.matter.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull BlockParserFactoryYamlFrontMatterBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull NodeFormatterYamlFrontMatterNodeFormatter.Factory.create(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.yaml.front.matter.internal with parameters of type DataHolderModifierConstructorDescriptionprivateBlockFactory(DataHolder options) YamlFrontMatterNodeFormatter(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.youtube.embedded.internal
Methods in com.vladsch.flexmark.ext.youtube.embedded.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererYouTubeLinkNodeRenderer.Factory.apply(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.youtube.embedded.internal with parameters of type DataHolderModifierConstructorDescriptionFactory(DataHolder options) YouTubeLinkNodePostProcessor(DataHolder options) YouTubeLinkNodeRenderer(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.ext.zzzzzz
Methods in com.vladsch.flexmark.ext.zzzzzz with parameters of type DataHolderModifier and TypeMethodDescriptionbooleanZzzzzzExtension.transferReferences(MutableDataHolder document, DataHolder included) -
Uses of DataHolder in com.vladsch.flexmark.ext.zzzzzz.internal
Methods in com.vladsch.flexmark.ext.zzzzzz.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull BlockParserFactoryZzzzzzBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererZzzzzzJiraRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererZzzzzzNodeRenderer.Factory.apply(@NotNull DataHolder options) intZzzzzzLinkRefProcessor.Factory.getBracketNestingLevel(@NotNull DataHolder options) booleanZzzzzzLinkRefProcessor.Factory.getWantExclamationPrefix(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.ext.zzzzzz.internal with parameters of type DataHolderModifierConstructorDescription(package private)BlockFactory(DataHolder options) (package private)ZzzzzzBlockParser(DataHolder options) ZzzzzzBlockPreProcessor(DataHolder options) ZzzzzzJiraRenderer(DataHolder options) ZzzzzzNodeRenderer(DataHolder options) ZzzzzzOptions(DataHolder options) (package private)ZzzzzzParagraphPreProcessor(DataHolder options) ZzzzzzRepository(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.formatter
Classes in com.vladsch.flexmark.formatter that implement DataHolderFields in com.vladsch.flexmark.formatter declared as DataHolderModifier and TypeFieldDescriptionprivate final DataHolderFormatter.MainNodeFormatter.SubNodeFormatter.myOptionsprivate final DataHolderFormatter.MainNodeFormatter.optionsprivate final DataHolderFormatter.optionsMethods in com.vladsch.flexmark.formatter that return DataHolderModifier and TypeMethodDescription@NotNull DataHolderFormatter.getOptions()@NotNull DataHolderFormatter.MainNodeFormatter.getOptions()@NotNull DataHolderFormatter.MainNodeFormatter.SubNodeFormatter.getOptions()@NotNull DataHolderNodeFormatterContext.getOptions()Get the current rendering contextDataHolder.Methods in com.vladsch.flexmark.formatter with parameters of type DataHolderModifier and TypeMethodDescriptionstatic Formatter.BuilderFormatter.builder(DataHolder options) Create a new builder for configuring anFormatter.@NotNull NodeFormatterNodeFormatterFactory.create(@NotNull DataHolder options) Create a new node renderer for the specified rendering context.@NotNull TranslationHandlerTranslationHandlerFactory.create(@NotNull DataHolder options, @NotNull HtmlIdGeneratorFactory idGeneratorFactory) abstract RNodeRepositoryFormatter.getRepository(DataHolder options) @NotNull NodeFormatterContextFormatter.MainNodeFormatter.getSubContext(@Nullable DataHolder options) @NotNull NodeFormatterContextFormatter.MainNodeFormatter.getSubContext(@Nullable DataHolder options, @NotNull ISequenceBuilder<?, ?> builder) @NotNull NodeFormatterContextFormatter.MainNodeFormatter.SubNodeFormatter.getSubContext(@Nullable DataHolder options) @NotNull NodeFormatterContextFormatter.MainNodeFormatter.SubNodeFormatter.getSubContext(@Nullable DataHolder options, @NotNull ISequenceBuilder<?, ?> builder) (package private) NodeFormatterContextFormatter.MainNodeFormatter.getSubContextRaw(@Nullable DataHolder options, @NotNull ISequenceBuilder<?, ?> builder) Constructors in com.vladsch.flexmark.formatter with parameters of type DataHolderModifierConstructorDescriptionBuilder(DataHolder options) FormatterOptions(DataHolder options) (package private)MainNodeFormatter(DataHolder options, MarkdownWriter out, Document document, TranslationHandler translationHandler) NodeRepositoryFormatter(DataHolder options, DataKey<Map<String, String>> referenceMapKey, DataKey<Map<String, String>> uniquificationMapKey) SubNodeFormatter(Formatter.MainNodeFormatter mainNodeRenderer, MarkdownWriter out, @Nullable DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.formatter.internal
Methods in com.vladsch.flexmark.formatter.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeFormatterCoreNodeFormatter.Factory.create(@NotNull DataHolder options) CoreNodeFormatter.getRepository(DataHolder options) Constructors in com.vladsch.flexmark.formatter.internal with parameters of type DataHolderModifierConstructorDescriptionCoreNodeFormatter(DataHolder options) FormatControlProcessor(@NotNull Document document, @Nullable DataHolder options) TranslationHandlerImpl(DataHolder options, HtmlIdGeneratorFactory idGeneratorFactory) -
Uses of DataHolder in com.vladsch.flexmark.html
Subinterfaces of DataHolder in com.vladsch.flexmark.htmlModifier and TypeInterfaceDescriptioninterfaceExtension point for RenderingExtensions that only provide attributes, link resolvers or html id generatorsClasses in com.vladsch.flexmark.html that implement DataHolderClasses in com.vladsch.flexmark.html that implement interfaces with type arguments of type DataHolderModifier and TypeClassDescription(package private) classFactory for instantiating new node renderers with dependenciesFields in com.vladsch.flexmark.html declared as DataHolderModifier and TypeFieldDescriptionprivate DataHolderHtmlRenderer.MainNodeRenderer.options(package private) final DataHolderHtmlRenderer.optionsMethods in com.vladsch.flexmark.html that return DataHolderModifier and TypeMethodDescription@NotNull DataHolderHtmlRenderer.getOptions()@NotNull DataHolderHtmlRenderer.MainNodeRenderer.getOptions()@NotNull DataHolderHtmlRenderer.MainNodeRenderer.SubNodeRenderer.getOptions()Methods in com.vladsch.flexmark.html with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererDelegatingNodeRendererFactoryWrapper.apply(@NotNull DataHolder options) static @NotNull HtmlRenderer.BuilderHtmlRenderer.builder(@Nullable DataHolder options) Create a new builder for configuring anHtmlRenderer.Constructors in com.vladsch.flexmark.html with parameters of type DataHolderModifierConstructorDescriptionBuilder(@Nullable DataHolder options) HtmlRendererOptions(DataHolder options) (package private)MainNodeRenderer(DataHolder options, HtmlWriter htmlWriter, Document document) -
Uses of DataHolder in com.vladsch.flexmark.html.renderer
Subinterfaces with type arguments of type DataHolder in com.vladsch.flexmark.html.rendererModifier and TypeInterfaceDescriptioninterfaceFactory for instantiating new node renderers when rendering is done.Methods in com.vladsch.flexmark.html.renderer that return DataHolderModifier and TypeMethodDescription@NotNull DataHolderLinkResolverBasicContext.getOptions()Get the current rendering contextDataHolder.@NotNull DataHolderLinkResolverContext.getOptions()Get the current rendering contextDataHolder.Methods in com.vladsch.flexmark.html.renderer with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererCoreNodeRenderer.Factory.apply(@NotNull DataHolder options) @NotNull NodeRendererNodeRendererFactory.apply(@NotNull DataHolder options) Create a new node renderer for the specified rendering context.Constructors in com.vladsch.flexmark.html.renderer with parameters of type DataHolderModifierConstructorDescriptionCoreNodeRenderer(DataHolder options) HeaderIdGenerator(@Nullable DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.html2md.converter
Classes in com.vladsch.flexmark.html2md.converter that implement DataHolderSubinterfaces with type arguments of type DataHolder in com.vladsch.flexmark.html2md.converterModifier and TypeInterfaceDescriptioninterfaceFactory for instantiating new node renderers when rendering is done.interfaceFactory for instantiating new node renderers when rendering is done.Classes in com.vladsch.flexmark.html2md.converter that implement interfaces with type arguments of type DataHolderModifier and TypeClassDescription(package private) classFactory for instantiating new node renderers with dependenciesFields in com.vladsch.flexmark.html2md.converter declared as DataHolderModifier and TypeFieldDescriptionprivate final @NotNull DataHolderFlexmarkHtmlConverter.MainHtmlConverter.myOptionsprivate final DataHolderFlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter.myOptionsprivate final DataHolderFlexmarkHtmlConverter.optionsMethods in com.vladsch.flexmark.html2md.converter that return DataHolderModifier and TypeMethodDescriptionFlexmarkHtmlConverter.getOptions()@NotNull DataHolderFlexmarkHtmlConverter.MainHtmlConverter.getOptions()@NotNull DataHolderFlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter.getOptions()@NotNull DataHolderHtmlNodeConverterContext.getOptions()Get the current rendering contextDataHolder.Methods in com.vladsch.flexmark.html2md.converter with parameters of type DataHolderModifier and TypeMethodDescriptionDelegatingNodeRendererFactoryWrapper.apply(DataHolder options) HtmlConverterCoreNodeRendererFactory.apply(DataHolder options) HtmlNodeRendererFactory.apply(DataHolder options) Create a new node renderer for the specified rendering context.NodeRendererFactory.apply(DataHolder options) Create a new node renderer for the specified rendering context.FlexmarkHtmlConverter.builder(DataHolder options) Create a new builder for configuring anFlexmarkHtmlConverter.@NotNull HtmlNodeConverterContextFlexmarkHtmlConverter.MainHtmlConverter.getSubContext(@Nullable DataHolder options) @NotNull HtmlNodeConverterContextFlexmarkHtmlConverter.MainHtmlConverter.getSubContext(@Nullable DataHolder options, @NotNull ISequenceBuilder<?, ?> builder) @NotNull HtmlNodeConverterContextFlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter.getSubContext(@Nullable DataHolder options) @NotNull HtmlNodeConverterContextFlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter.getSubContext(@Nullable DataHolder options, @NotNull ISequenceBuilder<?, ?> builder) @NotNull HtmlNodeConverterContextHtmlNodeConverterContext.getSubContext(@Nullable DataHolder options) Creates a child rendering context that can be used to collect rendered html text.@NotNull HtmlNodeConverterContextHtmlNodeConverterContext.getSubContext(@Nullable DataHolder options, @NotNull ISequenceBuilder<?, ?> builder) Creates a child rendering context that can be used to collect rendered html text.Constructors in com.vladsch.flexmark.html2md.converter with parameters of type DataHolderModifierConstructorDescriptionBuilder(@Nullable DataHolder options) HtmlConverterOptions(DataHolder options) (package private)MainHtmlConverter(@NotNull DataHolder options, @NotNull HtmlMarkdownWriter out, @NotNull org.jsoup.nodes.Document document, @Nullable DataHolder parentOptions) (package private)SubHtmlNodeConverter(@NotNull FlexmarkHtmlConverter.MainHtmlConverter mainNodeRenderer, @NotNull HtmlMarkdownWriter out, @Nullable DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.html2md.converter.internal
Constructors in com.vladsch.flexmark.html2md.converter.internal with parameters of type DataHolder -
Uses of DataHolder in com.vladsch.flexmark.jira.converter.internal
Methods in com.vladsch.flexmark.jira.converter.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererJiraConverterNodeRenderer.Factory.apply(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.jira.converter.internal with parameters of type DataHolder -
Uses of DataHolder in com.vladsch.flexmark.parser
Classes in com.vladsch.flexmark.parser that implement DataHolderFields in com.vladsch.flexmark.parser declared as DataHolderMethods in com.vladsch.flexmark.parser that return DataHolderMethods in com.vladsch.flexmark.parser with parameters of type DataHolderModifier and TypeMethodDescriptionstatic Parser.BuilderParser.builder(DataHolder options) static @NotNull ListOptionsListOptions.get(DataHolder options) intLinkRefProcessorFactory.getBracketNestingLevel(@NotNull DataHolder options) Whether the element consists of nested [] inside the link ref.static @NotNull ListOptionsListOptions.getFrom(DataHolder options) Deprecated.use get()ParserEmulationProfile.getOptions(DataHolder dataHolder) booleanLinkRefProcessorFactory.getWantExclamationPrefix(@NotNull DataHolder options) Whether the image ref is desired, if not then ! will be stripped off the prefix and treated as plain textInlineParserFactory.inlineParser(@NotNull DataHolder options, @NotNull BitSet specialCharacters, @NotNull BitSet delimiterCharacters, @NotNull Map<Character, DelimiterProcessor> delimiterProcessors, @NotNull LinkRefProcessorData linkRefProcessors, @NotNull List<InlineParserExtensionFactory> inlineParserExtensions) booleanParser.ReferenceHoldingExtension.transferReferences(MutableDataHolder document, DataHolder included) This method is called to transfer references from included document to the source documentConstructors in com.vladsch.flexmark.parser with parameters of type DataHolderModifierConstructorDescriptionBuilder(DataHolder options) InlineParserOptions(DataHolder options) ItemInterrupt(@Nullable DataHolder options) LightInlineParserImpl(DataHolder dataOptions) privateListOptions(@Nullable DataHolder options) MutableItemInterrupt(@Nullable DataHolder options) MutableListOptions(@Nullable DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.parser.block
Subinterfaces with type arguments of type DataHolder in com.vladsch.flexmark.parser.blockModifier and TypeInterfaceDescriptioninterfaceCustom block parser factory to create parser instance specific block parser factoryMethods in com.vladsch.flexmark.parser.block with parameters of type DataHolderModifier and TypeMethodDescription@NotNull BlockParserFactoryCustomBlockParserFactory.apply(@NotNull DataHolder options) default @Nullable SpecialLeadInHandlerCustomBlockParserFactory.getLeadInHandler(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.parser.block with parameters of type DataHolder -
Uses of DataHolder in com.vladsch.flexmark.parser.core
Methods in com.vladsch.flexmark.parser.core with parameters of type DataHolderModifier and TypeMethodDescription@NotNull BlockParserFactoryBlockQuoteParser.Factory.apply(@NotNull DataHolder options) @NotNull BlockParserFactoryFencedCodeBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull BlockParserFactoryHeadingParser.Factory.apply(@NotNull DataHolder options) @NotNull BlockParserFactoryHtmlBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull BlockParserFactoryIndentedCodeBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull BlockParserFactoryListBlockParser.Factory.apply(@NotNull DataHolder options) @NotNull BlockParserFactoryThematicBreakParser.Factory.apply(@NotNull DataHolder options) booleanListBlockParser.ListItemLeadInHandler.escape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull Consumer<CharSequence> consumer) @Nullable SpecialLeadInHandlerBlockQuoteParser.Factory.getLeadInHandler(@NotNull DataHolder options) @Nullable SpecialLeadInHandlerHeadingParser.Factory.getLeadInHandler(@NotNull DataHolder options) @Nullable SpecialLeadInHandlerListBlockParser.Factory.getLeadInHandler(@NotNull DataHolder options) voidDocumentBlockParser.initializeDocument(DataHolder options, BasedSequence charSequence) booleanListBlockParser.ListItemLeadInHandler.unEscape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull Consumer<CharSequence> consumer) Constructors in com.vladsch.flexmark.parser.core with parameters of type DataHolderModifierConstructorDescription(package private)BlockFactory(DataHolder options) privateBlockFactory(DataHolder options) (package private)BlockFactory(DataHolder options) privateBlockFactory(DataHolder options) privateBlockFactory(DataHolder options) (package private)BlockFactory(DataHolder options) (package private)BlockFactory(DataHolder options) BlockQuoteParser(DataHolder options, BasedSequence marker) FencedCodeBlockParser(DataHolder options, char fenceChar, int fenceLength, int fenceIndent, int fenceMarkerIndent) HeadingOptions(DataHolder options) HeadingParsing(DataHolder options) (package private)HtmlBlockParser(DataHolder options, Pattern closingPattern, boolean isComment, HtmlDeepParser deepParser) IndentedCodeBlockParser(DataHolder options) Patterns(Parsing parsing, DataHolder options) ThematicBreakOptions(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.parser.internal
Fields in com.vladsch.flexmark.parser.internal declared as DataHolderMethods in com.vladsch.flexmark.parser.internal with parameters of type DataHolderModifier and TypeMethodDescriptionstatic List<CustomBlockParserFactory> DocumentParser.calculateBlockParserFactories(DataHolder options, List<CustomBlockParserFactory> customBlockParserFactories) static List<List<BlockPreProcessorFactory>> DocumentParser.calculateBlockPreProcessors(DataHolder options, List<BlockPreProcessorFactory> blockPreProcessors) static BitSetInlineParserImpl.calculateDelimiterCharacters(DataHolder options, Set<Character> characters) static Map<Character, DelimiterProcessor> InlineParserImpl.calculateDelimiterProcessors(DataHolder options, List<DelimiterProcessor> delimiterProcessors) (package private) static Map<Character, List<InlineParserExtensionFactory>> InlineParserImpl.calculateInlineParserExtensions(DataHolder options, List<InlineParserExtensionFactory> extensionFactories) static LinkRefProcessorDataInlineParserImpl.calculateLinkRefProcessors(DataHolder options, List<LinkRefProcessorFactory> linkRefProcessors) static List<List<ParagraphPreProcessorFactory>> DocumentParser.calculateParagraphPreProcessors(DataHolder options, List<ParagraphPreProcessorFactory> blockPreProcessors, InlineParserFactory inlineParserFactory) PostProcessorManager.calculatePostProcessors(DataHolder options, List<PostProcessorFactory> postProcessorFactories) static BitSetInlineParserImpl.calculateSpecialCharacters(DataHolder options, BitSet delimiterCharacters) Constructors in com.vladsch.flexmark.parser.internal with parameters of type DataHolderModifierConstructorDescriptionCommonmarkInlineParser(DataHolder options, BitSet specialCharacters, BitSet delimiterCharacters, Map<Character, DelimiterProcessor> delimiterProcessors, LinkRefProcessorData referenceLinkProcessors, List<InlineParserExtensionFactory> inlineParserExtensions) DocumentParser(DataHolder options, List<CustomBlockParserFactory> customBlockParserFactories, List<List<ParagraphPreProcessorFactory>> paragraphPreProcessorDependencies, List<List<BlockPreProcessorFactory>> blockPreProcessorDependencies, InlineParser inlineParser) InlineParserImpl(DataHolder options, BitSet specialCharacters, BitSet delimiterCharacters, Map<Character, DelimiterProcessor> delimiterProcessors, LinkRefProcessorData linkRefProcessorsData, List<InlineParserExtensionFactory> inlineParserExtensionFactories) -
Uses of DataHolder in com.vladsch.flexmark.test.util
Fields in com.vladsch.flexmark.test.util declared as DataHolderModifier and TypeFieldDescriptionprivate static final DataHolderTestUtils.EMPTY_OPTIONSprotected final @Nullable DataHolderComboSpecTestCase.myDefaultOptionsprivate DataHolderSpecExampleParse.myExampleOptionsprivate DataHolderSpecExampleParse.myOptionsprotected final @NotNull DataHolderSpecExampleRendererBase.myOptionsstatic final DataHolderRenderingTestCase.NO_FILE_EOL_FALSEstatic final DataHolderTestUtils.NO_FILE_EOL_FALSEFields in com.vladsch.flexmark.test.util with type parameters of type DataHolderModifier and TypeFieldDescriptionstatic final DataKey<BiFunction<String, String, DataHolder>> ComboSpecTestCase.CUSTOM_OPTIONstatic final DataKey<BiFunction<String, String, DataHolder>> TestUtils.CUSTOM_OPTIONprotected final @NotNull Map<String, DataHolder> ComboSpecTestCase.optionsMapMethods in com.vladsch.flexmark.test.util that return DataHolderModifier and TypeMethodDescriptionstatic @NotNull DataHolderComboSpecTestCase.aggregate(@Nullable DataHolder other, @Nullable DataHolder overrides) @NotNull DataHolderLoadUnloadDataKeyAggregator.aggregate(@NotNull DataHolder combined) @NotNull DataHolderLoadUnloadDataKeyAggregator.aggregateActions(@NotNull DataHolder combined, @NotNull DataHolder other, @NotNull DataHolder overrides) @NotNull DataHolderSettableExtractedInstance.aggregateActions(@NotNull DataHolder dataHolder, @Nullable DataHolder other, @Nullable DataHolder overrides) SettableInstance.aggregateActions(@NotNull DataHolder dataHolder, @Nullable DataHolder other, @Nullable DataHolder overrides) @NotNull DataHolderLoadUnloadDataKeyAggregator.clean(DataHolder combined) static @Nullable DataHolderTestUtils.combineDefaultOptions(@Nullable DataHolder[] defaultOptions) static DataHolderTestUtils.customIntOption(@NotNull String option, @Nullable String params, @NotNull Function<Integer, DataHolder> resolver) static DataHolderTestUtils.customStringOption(@NotNull String option, @Nullable String params, @NotNull Function<String, DataHolder> resolver) static @Nullable DataHolder[]ComboSpecTestCase.dataHolders(@Nullable DataHolder other, @Nullable DataHolder[] overrides) static @Nullable DataHolder[]TestUtils.dataHolders(@Nullable DataHolder other, @Nullable DataHolder[] overrides) SpecExampleParse.getExampleOptions()SpecExampleParse.getOptions()@Nullable DataHolderSpecExampleRenderer.getOptions()@NotNull DataHolderSpecExampleRendererBase.getOptions()static DataHolderTestUtils.getOptions(@NotNull SpecExample example, @Nullable String optionSets, @NotNull Function<String, DataHolder> optionsProvider) process comma separated list of option sets and combine them for final set to use@Nullable DataHolder@Nullable DataHolderCustomize options for an examplestatic DataHolderTestUtils.processOption(@NotNull Map<String, ? extends DataHolder> optionsMap, @NotNull String option) Methods in com.vladsch.flexmark.test.util that return types with arguments of type DataHolderModifier and TypeMethodDescriptionstatic @Nullable Map<String, ? extends DataHolder> ComboSpecTestCase.optionsMaps(@Nullable Map<String, ? extends DataHolder> other, @Nullable Map<String, ? extends DataHolder> overrides) static @Nullable Map<String, ? extends DataHolder> TestUtils.optionsMaps(@Nullable Map<String, ? extends DataHolder> other, @Nullable Map<String, ? extends DataHolder> overrides) static @NotNull Map<String, DataHolder> ComboSpecTestCase.placementAndSortOptions(@Nullable DataKey<KeepType> keepTypeDataKey, @Nullable DataKey<ElementPlacement> placementDataKey, @Nullable DataKey<ElementPlacementSort> sortDataKey) static @NotNull Map<String, DataHolder> ComboSpecTestCase.placementAndSortOptions(DataKey<ElementPlacement> placementDataKey, DataKey<ElementPlacementSort> sortDataKey) Methods in com.vladsch.flexmark.test.util with parameters of type DataHolderModifier and TypeMethodDescriptionvoidRenderingTestCase.addFullSpecExample(@NotNull SpecExampleRenderer exampleRenderer, @NotNull SpecExampleParse exampleParse, DataHolder exampleOptions, boolean ignoredTestCase, @NotNull String html, @Nullable String ast) Called when processing full spec test case by DumpSpecReadervoidSpecExampleProcessor.addFullSpecExample(@NotNull SpecExampleRenderer exampleRenderer, @NotNull SpecExampleParse exampleParse, @Nullable DataHolder exampleOptions, boolean ignoredTestCase, @NotNull String html, @Nullable String ast) Called by DumpSpecReader for each example when processing full test specstatic <T> MutableDataSetTestUtils.addOption(DataHolder options, DataKey<T> key, T value) voidRenderingTestCase.addSpecExample(SpecExampleRenderer exampleRenderer, SpecExampleParse exampleParse, DataHolder exampleOptions) Called after processing individual test casestatic @NotNull DataHolderComboSpecTestCase.aggregate(@Nullable DataHolder other, @Nullable DataHolder overrides) @NotNull DataHolderLoadUnloadDataKeyAggregator.aggregate(@NotNull DataHolder combined) voidSettableExtractedInstance.aggregate(T instance, @NotNull DataHolder dataHolder) @NotNull DataHolderLoadUnloadDataKeyAggregator.aggregateActions(@NotNull DataHolder combined, @NotNull DataHolder other, @NotNull DataHolder overrides) @NotNull DataHolderSettableExtractedInstance.aggregateActions(@NotNull DataHolder dataHolder, @Nullable DataHolder other, @Nullable DataHolder overrides) SettableInstance.aggregateActions(@NotNull DataHolder dataHolder, @Nullable DataHolder other, @Nullable DataHolder overrides) @NotNull DataHolderLoadUnloadDataKeyAggregator.clean(DataHolder combined) static @Nullable DataHolderTestUtils.combineDefaultOptions(@Nullable DataHolder[] defaultOptions) static @Nullable DataHolder[]ComboSpecTestCase.dataHolders(@Nullable DataHolder other, @Nullable DataHolder[] overrides) static @Nullable DataHolder[]TestUtils.dataHolders(@Nullable DataHolder other, @Nullable DataHolder[] overrides) @NotNull SpecExampleRendererSpecExampleProcessor.getSpecExampleRenderer(@NotNull SpecExample example, @Nullable DataHolder exampleOptions) Get spec renderer for an example specSettableInstance.setInstanceData(T instance, @Nullable DataHolder dataHolder) Method parameters in com.vladsch.flexmark.test.util with type arguments of type DataHolderModifier and TypeMethodDescriptionstatic DataHolderTestUtils.customIntOption(@NotNull String option, @Nullable String params, @NotNull Function<Integer, DataHolder> resolver) static DataHolderTestUtils.customStringOption(@NotNull String option, @Nullable String params, @NotNull Function<String, DataHolder> resolver) static DataHolderTestUtils.getOptions(@NotNull SpecExample example, @Nullable String optionSets, @NotNull Function<String, DataHolder> optionsProvider) process comma separated list of option sets and combine them for final set to usestatic @Nullable Map<String, ? extends DataHolder> ComboSpecTestCase.optionsMaps(@Nullable Map<String, ? extends DataHolder> other, @Nullable Map<String, ? extends DataHolder> overrides) static @Nullable Map<String, ? extends DataHolder> TestUtils.optionsMaps(@Nullable Map<String, ? extends DataHolder> other, @Nullable Map<String, ? extends DataHolder> overrides) static DataHolderTestUtils.processOption(@NotNull Map<String, ? extends DataHolder> optionsMap, @NotNull String option) Constructors in com.vladsch.flexmark.test.util with parameters of type DataHolderModifierConstructorDescriptionComboSpecTestCase(@NotNull SpecExample example, @Nullable Map<String, ? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions) FlexmarkSpecExampleRenderer(@NotNull SpecExample example, @Nullable DataHolder options, @NotNull IParse parser, @NotNull IRender render) FlexmarkSpecExampleRenderer(@NotNull SpecExample example, @Nullable DataHolder options, @NotNull IParse parser, @NotNull IRender render, boolean includeExampleCoord) SpecExampleParse(DataHolder options, SpecExampleRenderer exampleRenderer, DataHolder exampleOptions, String parseSource) SpecExampleRendererBase(@NotNull SpecExample example, @Nullable DataHolder options) SpecExampleRendererBase(@NotNull SpecExample example, @Nullable DataHolder options, boolean includeExampleInfo) Constructor parameters in com.vladsch.flexmark.test.util with type arguments of type DataHolderModifierConstructorDescriptionComboSpecTestCase(@NotNull SpecExample example, @Nullable Map<String, ? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions) -
Uses of DataHolder in com.vladsch.flexmark.test.util.spec
Fields in com.vladsch.flexmark.test.util.spec declared as DataHolderModifier and TypeFieldDescriptionprivate final DataHolderIParseBase.myOptionsprivate final DataHolderIRenderBase.myOptionsMethods in com.vladsch.flexmark.test.util.spec that return DataHolderModifier and TypeMethodDescription@Nullable DataHolderIParseBase.getOptions()@Nullable DataHolderIRenderBase.getOptions()Constructors in com.vladsch.flexmark.test.util.spec with parameters of type DataHolder -
Uses of DataHolder in com.vladsch.flexmark.util.ast
Classes in com.vladsch.flexmark.util.ast that implement DataHolderMethods in com.vladsch.flexmark.util.ast that return DataHolderModifier and TypeMethodDescription@NotNull DataHolderDocument.aggregate()static @NotNull DataHolderDocument.aggregate(@Nullable DataHolder other, @Nullable DataHolder overrides) static @NotNull DataHolderDocument.aggregateActions(@NotNull DataHolder other, @NotNull DataHolder overrides) @Nullable DataHolderIParse.getOptions()Get Options for parsing@Nullable DataHolderIRender.getOptions()Get Options for parsingMethods in com.vladsch.flexmark.util.ast with parameters of type DataHolderModifier and TypeMethodDescriptionstatic @NotNull DataHolderDocument.aggregate(@Nullable DataHolder other, @Nullable DataHolder overrides) static @NotNull DataHolderDocument.aggregateActions(@NotNull DataHolder other, @NotNull DataHolder overrides) static MutableDataSetDocument.merge(DataHolder... dataHolders) @NotNull MutableDataSetDocument.setAll(@NotNull DataHolder other) Constructors in com.vladsch.flexmark.util.ast with parameters of type DataHolder -
Uses of DataHolder in com.vladsch.flexmark.util.builder
Classes in com.vladsch.flexmark.util.builder that implement DataHolderMethods in com.vladsch.flexmark.util.builder that return DataHolderModifier and TypeMethodDescriptionstatic DataHolderBuilderBase.removeExtensions(@NotNull DataHolder options, @NotNull Collection<Class<? extends Extension>> excludeExtensions) Remove given extensions from options[EXTENSIONS] data key.Methods in com.vladsch.flexmark.util.builder with parameters of type DataHolderModifier and TypeMethodDescriptionstatic DataHolderBuilderBase.removeExtensions(@NotNull DataHolder options, @NotNull Collection<Class<? extends Extension>> excludeExtensions) Remove given extensions from options[EXTENSIONS] data key.Constructors in com.vladsch.flexmark.util.builder with parameters of type DataHolder -
Uses of DataHolder in com.vladsch.flexmark.util.data
Subinterfaces of DataHolder in com.vladsch.flexmark.util.dataClasses in com.vladsch.flexmark.util.data that implement DataHolderModifier and TypeClassDescriptionclassclassclassclassSubinterfaces with type arguments of type DataHolder in com.vladsch.flexmark.util.dataFields in com.vladsch.flexmark.util.data declared as DataHolderModifier and TypeFieldDescriptionstatic final DataHolderDataHolder.NULLprotected final DataHolderMutableScopedDataSet.parentprotected final DataHolderScopedDataSet.parentMethods in com.vladsch.flexmark.util.data that return DataHolderModifier and TypeMethodDescription@NotNull DataHolderDataKeyAggregator.aggregate(@NotNull DataHolder combined) Combine options by applying aggregate action keys@NotNull DataHolderDataSet.aggregate()Apply aggregate action to data and return resultstatic @NotNull DataHolderDataSet.aggregate(@Nullable DataHolder other, @Nullable DataHolder overrides) Aggregate two sets of options by aggregating their aggregate action keys then applying those actions on the resulting collection@NotNull DataHolderDataKeyAggregator.aggregateActions(@NotNull DataHolder combined, @NotNull DataHolder other, @NotNull DataHolder overrides) Combine aggregate action keys from two sets but do not apply themstatic @NotNull DataHolderDataSet.aggregateActions(@NotNull DataHolder other, @NotNull DataHolder overrides) aggregate actions of two data sets, actions not applied@NotNull DataHolderDataKeyAggregator.clean(DataHolder combined) Remove any keys which contain aggregation actions and do not represent a stateMutableScopedDataSet.getParent()ScopedDataSet.getParent()@NotNull DataHolderDataHolder.toImmutable()Methods in com.vladsch.flexmark.util.data with parameters of type DataHolderModifier and TypeMethodDescription@NotNull DataHolderDataKeyAggregator.aggregate(@NotNull DataHolder combined) Combine options by applying aggregate action keysstatic @NotNull DataHolderDataSet.aggregate(@Nullable DataHolder other, @Nullable DataHolder overrides) Aggregate two sets of options by aggregating their aggregate action keys then applying those actions on the resulting collection@NotNull DataHolderDataKeyAggregator.aggregateActions(@NotNull DataHolder combined, @NotNull DataHolder other, @NotNull DataHolder overrides) Combine aggregate action keys from two sets but do not apply themstatic @NotNull DataHolderDataSet.aggregateActions(@NotNull DataHolder other, @NotNull DataHolder overrides) aggregate actions of two data sets, actions not appliedDataNotNullValueFactory.apply(@NotNull DataHolder dataHolder) DataNotNullValueNullableFactory.apply(@Nullable DataHolder dataHolder) DataValueFactory.apply(@NotNull DataHolder dataHolder) DataValueNullableFactory.apply(@Nullable DataHolder dataHolder) @NotNull DataHolderDataKeyAggregator.clean(DataHolder combined) Remove any keys which contain aggregation actions and do not represent a stateDataKey.get(@Nullable DataHolder holder) DataKeyBase.get(@Nullable DataHolder holder) NullableDataKey.get(@Nullable DataHolder holder) DataKey.getDefaultValue(@NotNull DataHolder holder) DataKeyBase.getDefaultValue(@NotNull DataHolder holder) NullableDataKey.getDefaultValue(@NotNull DataHolder holder) final TDataKeyBase.getFrom(@Nullable DataHolder holder) Deprecated.use getstatic @NotNull DataSetDataSet.merge(@NotNull DataHolder... dataHolders) static MutableDataSetMutableDataSet.merge(DataHolder... dataHolders) @NotNull MutableDataHolderMutableDataHolder.setAll(@NotNull DataHolder other) Copy all values from one data holder to this data holder@NotNull MutableDataSetMutableDataSet.setAll(@NotNull DataHolder other) Constructors in com.vladsch.flexmark.util.data with parameters of type DataHolderModifierConstructorDescriptionDataSet(@Nullable DataHolder other) MutableDataSet(@Nullable DataHolder other) MutableScopedDataSet(DataHolder parent) MutableScopedDataSet(DataHolder parent, MutableDataHolder other) ScopedDataSet(@Nullable DataHolder parent) ScopedDataSet(@Nullable DataHolder parent, @Nullable DataHolder other) -
Uses of DataHolder in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as DataHolderModifier and TypeFieldDescription(package private) @Nullable DataHolderMarkdownParagraph.optionsMethods in com.vladsch.flexmark.util.format that return DataHolderModifier and TypeMethodDescription@Nullable DataHolderMarkdownParagraph.getOptions()@NotNull DataHolderNodeContext.getOptions()Get options for the contextMethods in com.vladsch.flexmark.util.format with parameters of type DataHolderModifier and TypeMethodDescriptionNodeContext.getSubContext(@Nullable DataHolder options) Creates a child rendering context that can be used to collect rendered html text.NodeContext.getSubContext(@Nullable DataHolder options, @NotNull ISequenceBuilder<?, ?> builder) Creates a child rendering context that can be used to collect rendered html text.voidMarkdownParagraph.setOptions(@Nullable DataHolder options) Constructors in com.vladsch.flexmark.util.format with parameters of type DataHolderModifierConstructorDescriptionMarkdownTable(@NotNull CharSequence tableChars, @Nullable DataHolder options) TableFormatOptions(DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.util.sequence
Fields in com.vladsch.flexmark.util.sequence declared as DataHolderMethods in com.vladsch.flexmark.util.sequence that return DataHolderModifier and TypeMethodDescription@Nullable DataHolderBasedOptionsHolder.getOptions()Options holder, default has none, only available on BasedSequenceWithOptions@Nullable DataHolderBasedOptionsSequence.getOptions()@Nullable DataHolderBasedSequence.EmptyBasedSequence.getOptions()@Nullable DataHolderCharSubSequence.getOptions()@Nullable DataHolderMappedBasedSequence.getOptions()@Nullable DataHolderPrefixedSubSequence.getOptions()final @Nullable DataHolderSegmentedSequence.getOptions()@Nullable DataHolderSubSequence.getOptions()Methods in com.vladsch.flexmark.util.sequence with parameters of type DataHolderModifier and TypeMethodDescriptionstatic BasedOptionsSequenceBasedOptionsSequence.of(@NotNull CharSequence chars, int optionFlags, @Nullable DataHolder options) static BasedOptionsSequenceBasedOptionsSequence.of(@NotNull CharSequence chars, BitFieldSet<BasedOptionsHolder.Options> optionFlags, @Nullable DataHolder options) Constructors in com.vladsch.flexmark.util.sequence with parameters of type DataHolderModifierConstructorDescriptionprivateBasedOptionsSequence(@NotNull CharSequence chars, int optionFlags, @Nullable DataHolder options) -
Uses of DataHolder in com.vladsch.flexmark.util.sequence.mappers
Methods in com.vladsch.flexmark.util.sequence.mappers with parameters of type DataHolderModifier and TypeMethodDescriptionbooleanSpecialLeadInCharsHandler.escape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull Consumer<CharSequence> consumer) Escape special lead-in characters which start a block element if first non-whitespace on the linebooleanSpecialLeadInHandler.escape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull Consumer<CharSequence> consumer) Escape special lead-in characters which start a block element if first non-whitespace on the linebooleanSpecialLeadInStartsWithCharsHandler.escape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull Consumer<CharSequence> consumer) Escape special lead-in characters which start a block element if first non-whitespace on the linebooleanSpecialLeadInCharsHandler.unEscape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull Consumer<CharSequence> consumer) UnEscape special lead-in characters which start a block element if first non-whitespace on the linebooleanSpecialLeadInHandler.unEscape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull Consumer<CharSequence> consumer) UnEscape special lead-in characters which start a block element if first non-whitespace on the linebooleanSpecialLeadInStartsWithCharsHandler.unEscape(@NotNull BasedSequence sequence, @Nullable DataHolder options, @NotNull Consumer<CharSequence> consumer) UnEscape special lead-in characters which start a block element if first non-whitespace on the line -
Uses of DataHolder in com.vladsch.flexmark.youtrack.converter.internal
Methods in com.vladsch.flexmark.youtrack.converter.internal with parameters of type DataHolderModifier and TypeMethodDescription@NotNull NodeRendererYouTrackConverterNodeRenderer.Factory.apply(@NotNull DataHolder options) Constructors in com.vladsch.flexmark.youtrack.converter.internal with parameters of type DataHolder