Uses of Class
com.vladsch.flexmark.util.ast.Block
-
-
Uses of Block in com.vladsch.flexmark.ast
Subclasses of Block in com.vladsch.flexmark.ast Modifier and Type Class Description classBlockQuoteclassBulletListclassBulletListItemclassCodeBlockclassFencedCodeBlockclassHeadingclassHtmlBlockHTML blockclassHtmlBlockBaseHTML blockclassHtmlCommentBlockHTML blockclassHtmlInnerBlockInline HTML element.classHtmlInnerBlockCommentInline HTML element.classIndentedCodeBlockclassListBlockclassListItemclassOrderedListclassOrderedListItemclassParagraphclassThematicBreak -
Uses of Block in com.vladsch.flexmark.ast.util
Fields in com.vladsch.flexmark.ast.util with type parameters of type Block Modifier and Type Field Description protected OrderedMultiMap<BlockParser,Block>ClassifyingBlockTracker. allBlockParsersMapMethods in com.vladsch.flexmark.ast.util that return Block Modifier and Type Method Description BlockClassifyingBlockTracker. getValue(BlockParser parser)Methods in com.vladsch.flexmark.ast.util that return types with arguments of type Block Modifier and Type Method Description OrderedSet<Block>ClassifyingBlockTracker. allBlocks()Methods in com.vladsch.flexmark.ast.util with parameters of type Block Modifier and Type Method Description voidClassifyingBlockTracker. blockAdded(@NotNull Block node)voidClassifyingBlockTracker. blockAddedWithChildren(@NotNull Block node)voidClassifyingBlockTracker. blockAddedWithDescendants(@NotNull Block node)voidClassifyingBlockTracker. blockRemoved(@NotNull Block node)voidClassifyingBlockTracker. blockRemovedWithChildren(@NotNull Block node)voidClassifyingBlockTracker. blockRemovedWithDescendants(@NotNull Block node)booleanClassifyingBlockTracker. containsValue(Block parser)BlockParserClassifyingBlockTracker. getKey(Block parser) -
Uses of Block in com.vladsch.flexmark.experimental.util.mappers
Methods in com.vladsch.flexmark.experimental.util.mappers that return types with arguments of type Block Modifier and Type Method Description java.lang.Class<? extends Block>BlockClassifier. apply(Block value)Methods in com.vladsch.flexmark.experimental.util.mappers with parameters of type Block Modifier and Type Method Description java.lang.Class<? extends Block>BlockClassifier. apply(Block value) -
Uses of Block in com.vladsch.flexmark.ext.abbreviation
Subclasses of Block in com.vladsch.flexmark.ext.abbreviation Modifier and Type Class Description classAbbreviationBlockA block node that contains the abbreviation definition -
Uses of Block in com.vladsch.flexmark.ext.abbreviation.internal
Methods in com.vladsch.flexmark.ext.abbreviation.internal that return Block Modifier and Type Method Description BlockAbbreviationBlockParser. getBlock() -
Uses of Block in com.vladsch.flexmark.ext.admonition
Subclasses of Block in com.vladsch.flexmark.ext.admonition Modifier and Type Class Description classAdmonitionBlockAn Admonition block node -
Uses of Block in com.vladsch.flexmark.ext.admonition.internal
Methods in com.vladsch.flexmark.ext.admonition.internal that return Block Modifier and Type Method Description BlockAdmonitionBlockParser. getBlock()Methods in com.vladsch.flexmark.ext.admonition.internal with parameters of type Block Modifier and Type Method Description booleanAdmonitionBlockParser. canContain(ParserState state, BlockParser blockParser, Block block) -
Uses of Block in com.vladsch.flexmark.ext.aside
Subclasses of Block in com.vladsch.flexmark.ext.aside Modifier and Type Class Description classAsideBlockA ExtAside block node -
Uses of Block in com.vladsch.flexmark.ext.aside.internal
Methods in com.vladsch.flexmark.ext.aside.internal with parameters of type Block Modifier and Type Method Description booleanAsideBlockParser. canContain(ParserState state, BlockParser blockParser, Block block) -
Uses of Block in com.vladsch.flexmark.ext.definition
Subclasses of Block in com.vladsch.flexmark.ext.definition Modifier and Type Class Description classDefinitionItemA Definition item block node, starts with : followed by any content like a list itemclassDefinitionListA DefinitionList block nodeclassDefinitionTermA Definition block node -
Uses of Block in com.vladsch.flexmark.ext.definition.internal
Methods in com.vladsch.flexmark.ext.definition.internal that return Block Modifier and Type Method Description BlockDefinitionItemBlockParser. getBlock()Methods in com.vladsch.flexmark.ext.definition.internal that return types with arguments of type Block Modifier and Type Method Description @NotNull java.util.Set<java.lang.Class<? extends Block>>DefinitionListBlockPreProcessor.Factory. getBlockTypes()@NotNull java.util.Set<java.lang.Class<? extends Block>>DefinitionListItemBlockPreProcessor.Factory. getBlockTypes()Methods in com.vladsch.flexmark.ext.definition.internal with parameters of type Block Modifier and Type Method Description booleanDefinitionItemBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)voidDefinitionListBlockPreProcessor. preProcess(ParserState state, Block block)voidDefinitionListItemBlockPreProcessor. preProcess(ParserState state, Block block) -
Uses of Block in com.vladsch.flexmark.ext.enumerated.reference
Subclasses of Block in com.vladsch.flexmark.ext.enumerated.reference Modifier and Type Class Description classEnumeratedReferenceBlockA EnumeratedReference block node -
Uses of Block in com.vladsch.flexmark.ext.enumerated.reference.internal
Methods in com.vladsch.flexmark.ext.enumerated.reference.internal that return Block Modifier and Type Method Description BlockEnumeratedReferenceBlockParser. getBlock()Methods in com.vladsch.flexmark.ext.enumerated.reference.internal with parameters of type Block Modifier and Type Method Description booleanEnumeratedReferenceBlockParser. canContain(ParserState state, BlockParser blockParser, Block block) -
Uses of Block in com.vladsch.flexmark.ext.footnotes
Subclasses of Block in com.vladsch.flexmark.ext.footnotes Modifier and Type Class Description classFootnoteBlockA Footnote definition node containing text and other inline nodes nodes as children. -
Uses of Block in com.vladsch.flexmark.ext.footnotes.internal
Methods in com.vladsch.flexmark.ext.footnotes.internal that return Block Modifier and Type Method Description BlockFootnoteBlockParser. getBlock()Methods in com.vladsch.flexmark.ext.footnotes.internal with parameters of type Block Modifier and Type Method Description booleanFootnoteBlockParser. canContain(ParserState state, BlockParser blockParser, Block block) -
Uses of Block in com.vladsch.flexmark.ext.gfm.tasklist
Subclasses of Block in com.vladsch.flexmark.ext.gfm.tasklist Modifier and Type Class Description classTaskListItemA Task list item -
Uses of Block in com.vladsch.flexmark.ext.gfm.tasklist.internal
Methods in com.vladsch.flexmark.ext.gfm.tasklist.internal that return types with arguments of type Block Modifier and Type Method Description @NotNull java.util.Set<java.lang.Class<? extends Block>>TaskListItemBlockPreProcessor.Factory. getBlockTypes()Methods in com.vladsch.flexmark.ext.gfm.tasklist.internal with parameters of type Block Modifier and Type Method Description voidTaskListItemBlockPreProcessor. preProcess(ParserState state, Block block) -
Uses of Block in com.vladsch.flexmark.ext.gitlab
Subclasses of Block in com.vladsch.flexmark.ext.gitlab Modifier and Type Class Description classGitLabBlockQuoteA GitLab block node -
Uses of Block in com.vladsch.flexmark.ext.gitlab.internal
Methods in com.vladsch.flexmark.ext.gitlab.internal that return Block Modifier and Type Method Description BlockGitLabBlockQuoteParser. getBlock()Methods in com.vladsch.flexmark.ext.gitlab.internal with parameters of type Block Modifier and Type Method Description booleanGitLabBlockQuoteParser. canContain(ParserState state, BlockParser blockParser, Block block) -
Uses of Block in com.vladsch.flexmark.ext.jekyll.front.matter
Subclasses of Block in com.vladsch.flexmark.ext.jekyll.front.matter Modifier and Type Class Description classJekyllFrontMatterBlockA JekyllFrontMatter block node -
Uses of Block in com.vladsch.flexmark.ext.jekyll.front.matter.internal
Methods in com.vladsch.flexmark.ext.jekyll.front.matter.internal that return Block Modifier and Type Method Description BlockJekyllFrontMatterBlockParser. getBlock() -
Uses of Block in com.vladsch.flexmark.ext.jekyll.tag
Subclasses of Block in com.vladsch.flexmark.ext.jekyll.tag Modifier and Type Class Description classJekyllTagA JekyllTag nodeclassJekyllTagBlockA JekyllTag block node -
Uses of Block in com.vladsch.flexmark.ext.jekyll.tag.internal
Methods in com.vladsch.flexmark.ext.jekyll.tag.internal that return Block Modifier and Type Method Description BlockJekyllTagBlockParser. getBlock() -
Uses of Block in com.vladsch.flexmark.ext.macros
Subclasses of Block in com.vladsch.flexmark.ext.macros Modifier and Type Class Description classMacroDefinitionBlockA MacroReference block node -
Uses of Block in com.vladsch.flexmark.ext.macros.internal
Methods in com.vladsch.flexmark.ext.macros.internal that return Block Modifier and Type Method Description BlockMacroDefinitionBlockParser. getBlock()Methods in com.vladsch.flexmark.ext.macros.internal with parameters of type Block Modifier and Type Method Description booleanMacroDefinitionBlockParser. canContain(ParserState state, BlockParser blockParser, Block block) -
Uses of Block in com.vladsch.flexmark.ext.spec.example
Subclasses of Block in com.vladsch.flexmark.ext.spec.example Modifier and Type Class Description classSpecExampleBlockA SpecExample block node -
Uses of Block in com.vladsch.flexmark.ext.spec.example.internal
Methods in com.vladsch.flexmark.ext.spec.example.internal that return Block Modifier and Type Method Description BlockSpecExampleBlockParser. getBlock() -
Uses of Block in com.vladsch.flexmark.ext.tables
Subclasses of Block in com.vladsch.flexmark.ext.tables Modifier and Type Class Description classTableBlock -
Uses of Block in com.vladsch.flexmark.ext.toc
Subclasses of Block in com.vladsch.flexmark.ext.toc Modifier and Type Class Description classSimTocBlockA simulated toc block nodeclassSimTocContentA sim toc contents node containing all text that came after the sim toc nodeclassTocBlockA TOC nodeclassTocBlockBaseA TOC node -
Uses of Block in com.vladsch.flexmark.ext.toc.internal
Methods in com.vladsch.flexmark.ext.toc.internal that return Block Modifier and Type Method Description BlockSimTocBlockParser. getBlock()BlockTocBlockParser. getBlock()Methods in com.vladsch.flexmark.ext.toc.internal with parameters of type Block Modifier and Type Method Description booleanSimTocBlockParser. canContain(ParserState state, BlockParser blockParser, Block block) -
Uses of Block in com.vladsch.flexmark.ext.xwiki.macros
Subclasses of Block in com.vladsch.flexmark.ext.xwiki.macros Modifier and Type Class Description classMacroBlockA macros block node -
Uses of Block in com.vladsch.flexmark.ext.xwiki.macros.internal
Methods in com.vladsch.flexmark.ext.xwiki.macros.internal that return Block Modifier and Type Method Description BlockMacroBlockParser. getBlock()Methods in com.vladsch.flexmark.ext.xwiki.macros.internal with parameters of type Block Modifier and Type Method Description booleanMacroBlockParser. canContain(ParserState state, BlockParser blockParser, Block block) -
Uses of Block in com.vladsch.flexmark.ext.yaml.front.matter
Subclasses of Block in com.vladsch.flexmark.ext.yaml.front.matter Modifier and Type Class Description classYamlFrontMatterBlock -
Uses of Block in com.vladsch.flexmark.ext.yaml.front.matter.internal
Methods in com.vladsch.flexmark.ext.yaml.front.matter.internal that return Block Modifier and Type Method Description BlockYamlFrontMatterBlockParser. getBlock() -
Uses of Block in com.vladsch.flexmark.ext.zzzzzz
Subclasses of Block in com.vladsch.flexmark.ext.zzzzzz Modifier and Type Class Description classZzzzzzBlockA Zzzzzz block node -
Uses of Block in com.vladsch.flexmark.ext.zzzzzz.internal
Methods in com.vladsch.flexmark.ext.zzzzzz.internal that return Block Modifier and Type Method Description BlockZzzzzzBlockParser. getBlock()Methods in com.vladsch.flexmark.ext.zzzzzz.internal that return types with arguments of type Block Modifier and Type Method Description @NotNull java.util.Set<java.lang.Class<? extends Block>>ZzzzzzBlockPreProcessor.Factory. getBlockTypes()Methods in com.vladsch.flexmark.ext.zzzzzz.internal with parameters of type Block Modifier and Type Method Description voidZzzzzzBlockPreProcessor. preProcess(ParserState state, Block block) -
Uses of Block in com.vladsch.flexmark.parser.block
Methods in com.vladsch.flexmark.parser.block that return Block Modifier and Type Method Description BlockBlockParser. getBlock()Methods in com.vladsch.flexmark.parser.block that return types with arguments of type Block Modifier and Type Method Description @NotNull java.util.Set<java.lang.Class<? extends Block>>BlockPreProcessorFactory. getBlockTypes()Block types that this pre-processors processesMethods in com.vladsch.flexmark.parser.block with parameters of type Block Modifier and Type Method Description booleanAbstractBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)booleanBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)BlockParserParserState. getActiveBlockParser(Block node)voidBlockPreProcessor. preProcess(ParserState state, Block block)Called on block nodes of interest as given by the NodePreProcessorFactory after all blocks are closed but before inline processing is performed -
Uses of Block in com.vladsch.flexmark.parser.core
Methods in com.vladsch.flexmark.parser.core that return Block Modifier and Type Method Description BlockFencedCodeBlockParser. getBlock()BlockHeadingParser. getBlock()BlockHtmlBlockParser. getBlock()BlockIndentedCodeBlockParser. getBlock()BlockListItemParser. getBlock()BlockThematicBreakParser. getBlock()Methods in com.vladsch.flexmark.parser.core with parameters of type Block Modifier and Type Method Description booleanBlockQuoteParser. canContain(ParserState state, BlockParser blockParser, Block block)booleanDocumentBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)booleanHtmlBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)booleanListBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)booleanListItemParser. canContain(ParserState state, BlockParser blockParser, Block block) -
Uses of Block in com.vladsch.flexmark.parser.internal
Methods in com.vladsch.flexmark.parser.internal with parameters of type Block Modifier and Type Method Description voidDocumentParser. blockAdded(@NotNull Block node)voidDocumentParser. blockAddedWithChildren(@NotNull Block node)voidDocumentParser. blockAddedWithDescendants(@NotNull Block node)voidDocumentParser. blockRemoved(@NotNull Block node)voidDocumentParser. blockRemovedWithChildren(@NotNull Block node)voidDocumentParser. blockRemovedWithDescendants(@NotNull Block node)BlockParserDocumentParser. getActiveBlockParser(Block node)protected intInlineParserImpl. parseReference(Block block, BasedSequence s)Attempt to parse a reference definition, modifying the internal reference map. -
Uses of Block in com.vladsch.flexmark.util.ast
Subclasses of Block in com.vladsch.flexmark.util.ast Modifier and Type Class Description classBlankLineclassDocumentFields in com.vladsch.flexmark.util.ast declared as Block Modifier and Type Field Description private BlockBlankLine. claimedBlankLineMethods in com.vladsch.flexmark.util.ast that return Block Modifier and Type Method Description @Nullable BlockBlankLine. getClaimedBlankLine()@Nullable BlockBlock. getParent()Methods in com.vladsch.flexmark.util.ast with parameters of type Block Modifier and Type Method Description voidBlockTracker. blockAdded(@NotNull Block node)voidBlockTracker. blockAddedWithChildren(@NotNull Block node)voidBlockTracker. blockAddedWithDescendants(@NotNull Block node)voidBlockTracker. blockRemoved(@NotNull Block node)voidBlockTracker. blockRemovedWithChildren(@NotNull Block node)voidBlockTracker. blockRemovedWithDescendants(@NotNull Block node)BlankLineBlankLine. setClaimedBlankLine(@NotNull Block claimedBlankLine)Constructors in com.vladsch.flexmark.util.ast with parameters of type Block Constructor Description BlankLine(@NotNull BasedSequence chars, @NotNull Block claimedBlankLine)
-