Uses of Class
com.vladsch.flexmark.util.ast.Block
Packages that use Block
Package
Description
AST node types (see
Node) and visitors (see NodeVisitor)Types for extending block parsing
-
Uses of Block in com.vladsch.flexmark.ast
Subclasses of Block in com.vladsch.flexmark.astModifier and TypeClassDescriptionclassclassclassclassclassclassclassHTML blockclassHTML blockclassHTML blockclassInline HTML element.classInline HTML element.classclassclassclassclassclassclass -
Uses of Block in com.vladsch.flexmark.ast.util
Fields in com.vladsch.flexmark.ast.util with type parameters of type BlockModifier and TypeFieldDescriptionprotected final OrderedMultiMap<BlockParser, Block> ClassifyingBlockTracker.allBlockParsersMapMethods in com.vladsch.flexmark.ast.util that return BlockMethods in com.vladsch.flexmark.ast.util that return types with arguments of type BlockMethods in com.vladsch.flexmark.ast.util with parameters of type BlockModifier and TypeMethodDescriptionvoidClassifyingBlockTracker.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) -
Uses of Block in com.vladsch.flexmark.experimental.util.mappers
Classes in com.vladsch.flexmark.experimental.util.mappers that implement interfaces with type arguments of type BlockMethods in com.vladsch.flexmark.experimental.util.mappers that return types with arguments of type BlockMethods in com.vladsch.flexmark.experimental.util.mappers with parameters of type Block -
Uses of Block in com.vladsch.flexmark.ext.abbreviation
Subclasses of Block in com.vladsch.flexmark.ext.abbreviationModifier and TypeClassDescriptionclassA 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 -
Uses of Block in com.vladsch.flexmark.ext.admonition
Subclasses of Block in com.vladsch.flexmark.ext.admonition -
Uses of Block in com.vladsch.flexmark.ext.admonition.internal
Methods in com.vladsch.flexmark.ext.admonition.internal that return BlockMethods in com.vladsch.flexmark.ext.admonition.internal with parameters of type BlockModifier and TypeMethodDescriptionbooleanAdmonitionBlockParser.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 -
Uses of Block in com.vladsch.flexmark.ext.aside.internal
Methods in com.vladsch.flexmark.ext.aside.internal with parameters of type BlockModifier and TypeMethodDescriptionbooleanAsideBlockParser.canContain(ParserState state, BlockParser blockParser, Block block) -
Uses of Block in com.vladsch.flexmark.ext.definition
Subclasses of Block in com.vladsch.flexmark.ext.definitionModifier and TypeClassDescriptionclassA Definition item block node, starts with : followed by any content like a list itemclassA DefinitionList block nodeclassA Definition block node -
Uses of Block in com.vladsch.flexmark.ext.definition.internal
Methods in com.vladsch.flexmark.ext.definition.internal that return BlockMethods in com.vladsch.flexmark.ext.definition.internal that return types with arguments of type BlockModifier and TypeMethodDescriptionDefinitionListBlockPreProcessor.Factory.getBlockTypes()DefinitionListItemBlockPreProcessor.Factory.getBlockTypes()Methods in com.vladsch.flexmark.ext.definition.internal with parameters of type BlockModifier and TypeMethodDescriptionbooleanDefinitionItemBlockParser.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 -
Uses of Block in com.vladsch.flexmark.ext.enumerated.reference.internal
Methods in com.vladsch.flexmark.ext.enumerated.reference.internal that return BlockMethods in com.vladsch.flexmark.ext.enumerated.reference.internal with parameters of type BlockModifier and TypeMethodDescriptionbooleanEnumeratedReferenceBlockParser.canContain(ParserState state, BlockParser blockParser, Block block) -
Uses of Block in com.vladsch.flexmark.ext.footnotes
Subclasses of Block in com.vladsch.flexmark.ext.footnotesModifier and TypeClassDescriptionclassA 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 BlockMethods in com.vladsch.flexmark.ext.footnotes.internal with parameters of type BlockModifier and TypeMethodDescriptionbooleanFootnoteBlockParser.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 -
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 BlockMethods in com.vladsch.flexmark.ext.gfm.tasklist.internal with parameters of type BlockModifier and TypeMethodDescriptionvoidTaskListItemBlockPreProcessor.preProcess(ParserState state, Block block) -
Uses of Block in com.vladsch.flexmark.ext.gitlab
Subclasses of Block in com.vladsch.flexmark.ext.gitlab -
Uses of Block in com.vladsch.flexmark.ext.gitlab.internal
Methods in com.vladsch.flexmark.ext.gitlab.internal that return BlockMethods in com.vladsch.flexmark.ext.gitlab.internal with parameters of type BlockModifier and TypeMethodDescriptionbooleanGitLabBlockQuoteParser.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 -
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 -
Uses of Block in com.vladsch.flexmark.ext.jekyll.tag
Subclasses of Block in com.vladsch.flexmark.ext.jekyll.tagModifier and TypeClassDescriptionclassA JekyllTag nodeclassA 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 -
Uses of Block in com.vladsch.flexmark.ext.macros
Subclasses of Block in com.vladsch.flexmark.ext.macros -
Uses of Block in com.vladsch.flexmark.ext.macros.internal
Methods in com.vladsch.flexmark.ext.macros.internal that return BlockMethods in com.vladsch.flexmark.ext.macros.internal with parameters of type BlockModifier and TypeMethodDescriptionbooleanMacroDefinitionBlockParser.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 -
Uses of Block in com.vladsch.flexmark.ext.spec.example.internal
Methods in com.vladsch.flexmark.ext.spec.example.internal that return Block -
Uses of Block in com.vladsch.flexmark.ext.tables
Subclasses of Block in com.vladsch.flexmark.ext.tablesModifier and TypeClassDescriptionclass -
Uses of Block in com.vladsch.flexmark.ext.toc
Subclasses of Block in com.vladsch.flexmark.ext.tocModifier and TypeClassDescriptionclassA simulated toc block nodeclassA sim toc contents node containing all text that came after the sim toc nodeclassA TOC nodeclassA TOC node -
Uses of Block in com.vladsch.flexmark.ext.toc.internal
Methods in com.vladsch.flexmark.ext.toc.internal that return BlockMethods in com.vladsch.flexmark.ext.toc.internal with parameters of type BlockModifier and TypeMethodDescriptionbooleanSimTocBlockParser.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 -
Uses of Block in com.vladsch.flexmark.ext.xwiki.macros.internal
Methods in com.vladsch.flexmark.ext.xwiki.macros.internal that return BlockMethods in com.vladsch.flexmark.ext.xwiki.macros.internal with parameters of type BlockModifier and TypeMethodDescriptionbooleanMacroBlockParser.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 -
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 -
Uses of Block in com.vladsch.flexmark.ext.zzzzzz
Subclasses of Block in com.vladsch.flexmark.ext.zzzzzz -
Uses of Block in com.vladsch.flexmark.ext.zzzzzz.internal
Methods in com.vladsch.flexmark.ext.zzzzzz.internal that return BlockMethods in com.vladsch.flexmark.ext.zzzzzz.internal that return types with arguments of type BlockMethods in com.vladsch.flexmark.ext.zzzzzz.internal with parameters of type BlockModifier and TypeMethodDescriptionvoidZzzzzzBlockPreProcessor.preProcess(ParserState state, Block block) -
Uses of Block in com.vladsch.flexmark.parser.block
Methods in com.vladsch.flexmark.parser.block that return BlockMethods in com.vladsch.flexmark.parser.block that return types with arguments of type BlockModifier and TypeMethodDescriptionBlockPreProcessorFactory.getBlockTypes()Block types that this pre-processors processesMethods in com.vladsch.flexmark.parser.block with parameters of type BlockModifier and TypeMethodDescriptionbooleanAbstractBlockParser.canContain(ParserState state, BlockParser blockParser, Block block) booleanBlockParser.canContain(ParserState state, BlockParser blockParser, Block block) ParserState.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 BlockModifier and TypeMethodDescriptionFencedCodeBlockParser.getBlock()HeadingParser.getBlock()HtmlBlockParser.getBlock()IndentedCodeBlockParser.getBlock()ListItemParser.getBlock()ThematicBreakParser.getBlock()Methods in com.vladsch.flexmark.parser.core with parameters of type BlockModifier and TypeMethodDescriptionbooleanBlockQuoteParser.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 BlockModifier and TypeMethodDescriptionvoidDocumentParser.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) DocumentParser.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.astFields in com.vladsch.flexmark.util.ast declared as BlockMethods in com.vladsch.flexmark.util.ast that return BlockModifier and TypeMethodDescription@Nullable BlockBlankLine.getClaimedBlankLine()@Nullable BlockBlock.getParent()Methods in com.vladsch.flexmark.util.ast with parameters of type BlockModifier and TypeMethodDescriptionvoidBlockTracker.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) BlankLine.setClaimedBlankLine(@NotNull Block claimedBlankLine) Constructors in com.vladsch.flexmark.util.ast with parameters of type BlockModifierConstructorDescriptionBlankLine(@NotNull BasedSequence chars, @NotNull Block claimedBlankLine)