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 TypeClassDescriptionclass
class
class
class
class
class
class
HTML blockclass
HTML blockclass
HTML blockclass
Inline HTML element.class
Inline HTML element.class
class
class
class
class
class
class
-
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.allBlockParsersMap
Methods 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 TypeMethodDescriptionvoid
ClassifyingBlockTracker.blockAdded
(@NotNull Block node) void
ClassifyingBlockTracker.blockAddedWithChildren
(@NotNull Block node) void
ClassifyingBlockTracker.blockAddedWithDescendants
(@NotNull Block node) void
ClassifyingBlockTracker.blockRemoved
(@NotNull Block node) void
ClassifyingBlockTracker.blockRemovedWithChildren
(@NotNull Block node) void
ClassifyingBlockTracker.blockRemovedWithDescendants
(@NotNull Block node) boolean
ClassifyingBlockTracker.containsValue
(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 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 TypeClassDescriptionclass
A 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 TypeMethodDescriptionboolean
AdmonitionBlockParser.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 TypeMethodDescriptionboolean
AsideBlockParser.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 TypeClassDescriptionclass
A Definition item block node, starts with : followed by any content like a list itemclass
A DefinitionList block nodeclass
A 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 TypeMethodDescriptionboolean
DefinitionItemBlockParser.canContain
(ParserState state, BlockParser blockParser, Block block) void
DefinitionListBlockPreProcessor.preProcess
(ParserState state, Block block) void
DefinitionListItemBlockPreProcessor.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 TypeMethodDescriptionboolean
EnumeratedReferenceBlockParser.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 TypeClassDescriptionclass
A 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 TypeMethodDescriptionboolean
FootnoteBlockParser.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 TypeMethodDescriptionvoid
TaskListItemBlockPreProcessor.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 TypeMethodDescriptionboolean
GitLabBlockQuoteParser.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 TypeClassDescriptionclass
A JekyllTag nodeclass
A 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 TypeMethodDescriptionboolean
MacroDefinitionBlockParser.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 TypeClassDescriptionclass
A simulated toc block nodeclass
A sim toc contents node containing all text that came after the sim toc nodeclass
A TOC nodeclass
A 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 TypeMethodDescriptionboolean
SimTocBlockParser.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 TypeMethodDescriptionboolean
MacroBlockParser.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 TypeMethodDescriptionvoid
ZzzzzzBlockPreProcessor.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 TypeMethodDescriptionboolean
AbstractBlockParser.canContain
(ParserState state, BlockParser blockParser, Block block) boolean
BlockParser.canContain
(ParserState state, BlockParser blockParser, Block block) ParserState.getActiveBlockParser
(Block node) void
BlockPreProcessor.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 TypeMethodDescriptionboolean
BlockQuoteParser.canContain
(ParserState state, BlockParser blockParser, Block block) boolean
DocumentBlockParser.canContain
(ParserState state, BlockParser blockParser, Block block) boolean
HtmlBlockParser.canContain
(ParserState state, BlockParser blockParser, Block block) boolean
ListBlockParser.canContain
(ParserState state, BlockParser blockParser, Block block) boolean
ListItemParser.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 TypeMethodDescriptionvoid
DocumentParser.blockAdded
(@NotNull Block node) void
DocumentParser.blockAddedWithChildren
(@NotNull Block node) void
DocumentParser.blockAddedWithDescendants
(@NotNull Block node) void
DocumentParser.blockRemoved
(@NotNull Block node) void
DocumentParser.blockRemovedWithChildren
(@NotNull Block node) void
DocumentParser.blockRemovedWithDescendants
(@NotNull Block node) DocumentParser.getActiveBlockParser
(Block node) protected int
InlineParserImpl.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 Block
BlankLine.getClaimedBlankLine()
@Nullable Block
Block.getParent()
Methods in com.vladsch.flexmark.util.ast with parameters of type BlockModifier and TypeMethodDescriptionvoid
BlockTracker.blockAdded
(@NotNull Block node) void
BlockTracker.blockAddedWithChildren
(@NotNull Block node) void
BlockTracker.blockAddedWithDescendants
(@NotNull Block node) void
BlockTracker.blockRemoved
(@NotNull Block node) void
BlockTracker.blockRemovedWithChildren
(@NotNull Block node) void
BlockTracker.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)