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 class
BlockQuote
class
BulletList
class
BulletListItem
class
CodeBlock
class
FencedCodeBlock
class
Heading
class
HtmlBlock
HTML blockclass
HtmlBlockBase
HTML blockclass
HtmlCommentBlock
HTML blockclass
HtmlInnerBlock
Inline HTML element.class
HtmlInnerBlockComment
Inline HTML element.class
IndentedCodeBlock
class
ListBlock
class
ListItem
class
OrderedList
class
OrderedListItem
class
Paragraph
class
ThematicBreak
-
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. allBlockParsersMap
Methods in com.vladsch.flexmark.ast.util that return Block Modifier and Type Method Description Block
ClassifyingBlockTracker. 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 void
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)
BlockParser
ClassifyingBlockTracker. 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 class
AbbreviationBlock
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 Modifier and Type Method Description Block
AbbreviationBlockParser. getBlock()
-
Uses of Block in com.vladsch.flexmark.ext.admonition
Subclasses of Block in com.vladsch.flexmark.ext.admonition Modifier and Type Class Description class
AdmonitionBlock
An 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 Block
AdmonitionBlockParser. getBlock()
Methods in com.vladsch.flexmark.ext.admonition.internal with parameters of type Block Modifier and Type Method Description boolean
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 Modifier and Type Class Description class
AsideBlock
A 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 boolean
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.definition Modifier and Type Class Description class
DefinitionItem
A Definition item block node, starts with : followed by any content like a list itemclass
DefinitionList
A DefinitionList block nodeclass
DefinitionTerm
A 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 Block
DefinitionItemBlockParser. 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 boolean
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 Modifier and Type Class Description class
EnumeratedReferenceBlock
A 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 Block
EnumeratedReferenceBlockParser. getBlock()
Methods in com.vladsch.flexmark.ext.enumerated.reference.internal with parameters of type Block Modifier and Type Method Description boolean
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.footnotes Modifier and Type Class Description class
FootnoteBlock
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 Block Modifier and Type Method Description Block
FootnoteBlockParser. getBlock()
Methods in com.vladsch.flexmark.ext.footnotes.internal with parameters of type Block Modifier and Type Method Description boolean
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 Modifier and Type Class Description class
TaskListItem
A 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 void
TaskListItemBlockPreProcessor. 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 class
GitLabBlockQuote
A 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 Block
GitLabBlockQuoteParser. getBlock()
Methods in com.vladsch.flexmark.ext.gitlab.internal with parameters of type Block Modifier and Type Method Description boolean
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 Modifier and Type Class Description class
JekyllFrontMatterBlock
A 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 Block
JekyllFrontMatterBlockParser. 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 class
JekyllTag
A JekyllTag nodeclass
JekyllTagBlock
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 Modifier and Type Method Description Block
JekyllTagBlockParser. getBlock()
-
Uses of Block in com.vladsch.flexmark.ext.macros
Subclasses of Block in com.vladsch.flexmark.ext.macros Modifier and Type Class Description class
MacroDefinitionBlock
A 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 Block
MacroDefinitionBlockParser. getBlock()
Methods in com.vladsch.flexmark.ext.macros.internal with parameters of type Block Modifier and Type Method Description boolean
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 Modifier and Type Class Description class
SpecExampleBlock
A 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 Block
SpecExampleBlockParser. getBlock()
-
Uses of Block in com.vladsch.flexmark.ext.tables
Subclasses of Block in com.vladsch.flexmark.ext.tables Modifier and Type Class Description class
TableBlock
-
Uses of Block in com.vladsch.flexmark.ext.toc
Subclasses of Block in com.vladsch.flexmark.ext.toc Modifier and Type Class Description class
SimTocBlock
A simulated toc block nodeclass
SimTocContent
A sim toc contents node containing all text that came after the sim toc nodeclass
TocBlock
A TOC nodeclass
TocBlockBase
A 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 Block
SimTocBlockParser. getBlock()
Block
TocBlockParser. getBlock()
Methods in com.vladsch.flexmark.ext.toc.internal with parameters of type Block Modifier and Type Method Description boolean
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 Modifier and Type Class Description class
MacroBlock
A 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 Block
MacroBlockParser. getBlock()
Methods in com.vladsch.flexmark.ext.xwiki.macros.internal with parameters of type Block Modifier and Type Method Description boolean
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 Modifier and Type Class Description class
YamlFrontMatterBlock
-
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 Block
YamlFrontMatterBlockParser. getBlock()
-
Uses of Block in com.vladsch.flexmark.ext.zzzzzz
Subclasses of Block in com.vladsch.flexmark.ext.zzzzzz Modifier and Type Class Description class
ZzzzzzBlock
A 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 Block
ZzzzzzBlockParser. 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 void
ZzzzzzBlockPreProcessor. 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 Block
BlockParser. 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 boolean
AbstractBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)
boolean
BlockParser. canContain(ParserState state, BlockParser blockParser, Block block)
BlockParser
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 Block Modifier and Type Method Description Block
FencedCodeBlockParser. getBlock()
Block
HeadingParser. getBlock()
Block
HtmlBlockParser. getBlock()
Block
IndentedCodeBlockParser. getBlock()
Block
ListItemParser. getBlock()
Block
ThematicBreakParser. getBlock()
Methods in com.vladsch.flexmark.parser.core with parameters of type Block Modifier and Type Method Description boolean
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 Block Modifier and Type Method Description void
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)
BlockParser
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.ast Modifier and Type Class Description class
BlankLine
class
Document
Fields in com.vladsch.flexmark.util.ast declared as Block Modifier and Type Field Description private Block
BlankLine. claimedBlankLine
Methods in com.vladsch.flexmark.util.ast that return Block Modifier and Type Method Description @Nullable Block
BlankLine. getClaimedBlankLine()
@Nullable Block
Block. getParent()
Methods in com.vladsch.flexmark.util.ast with parameters of type Block Modifier and Type Method Description void
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
BlankLine. 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)
-