Uses of Class
com.vladsch.flexmark.parser.block.BlockStart
-
-
Uses of BlockStart in com.vladsch.flexmark.ext.abbreviation.internal
Methods in com.vladsch.flexmark.ext.abbreviation.internal that return BlockStart Modifier and Type Method Description BlockStart
AbbreviationBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
Uses of BlockStart in com.vladsch.flexmark.ext.admonition.internal
Methods in com.vladsch.flexmark.ext.admonition.internal that return BlockStart Modifier and Type Method Description BlockStart
AdmonitionBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
Uses of BlockStart in com.vladsch.flexmark.ext.aside.internal
Methods in com.vladsch.flexmark.ext.aside.internal that return BlockStart Modifier and Type Method Description BlockStart
AsideBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
Uses of BlockStart in com.vladsch.flexmark.ext.definition.internal
Methods in com.vladsch.flexmark.ext.definition.internal that return BlockStart Modifier and Type Method Description BlockStart
DefinitionItemBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
Uses of BlockStart in com.vladsch.flexmark.ext.enumerated.reference.internal
Methods in com.vladsch.flexmark.ext.enumerated.reference.internal that return BlockStart Modifier and Type Method Description BlockStart
EnumeratedReferenceBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
Uses of BlockStart in com.vladsch.flexmark.ext.footnotes.internal
Methods in com.vladsch.flexmark.ext.footnotes.internal that return BlockStart Modifier and Type Method Description BlockStart
FootnoteBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
Uses of BlockStart in com.vladsch.flexmark.ext.gitlab.internal
Methods in com.vladsch.flexmark.ext.gitlab.internal that return BlockStart Modifier and Type Method Description BlockStart
GitLabBlockQuoteParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
Uses of BlockStart in com.vladsch.flexmark.ext.jekyll.front.matter.internal
Methods in com.vladsch.flexmark.ext.jekyll.front.matter.internal that return BlockStart Modifier and Type Method Description BlockStart
JekyllFrontMatterBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
Uses of BlockStart in com.vladsch.flexmark.ext.jekyll.tag.internal
Methods in com.vladsch.flexmark.ext.jekyll.tag.internal that return BlockStart Modifier and Type Method Description BlockStart
JekyllTagBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
Uses of BlockStart in com.vladsch.flexmark.ext.macros.internal
Methods in com.vladsch.flexmark.ext.macros.internal that return BlockStart Modifier and Type Method Description BlockStart
MacroDefinitionBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
Uses of BlockStart in com.vladsch.flexmark.ext.spec.example.internal
Methods in com.vladsch.flexmark.ext.spec.example.internal that return BlockStart Modifier and Type Method Description BlockStart
SpecExampleBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
Uses of BlockStart in com.vladsch.flexmark.ext.toc.internal
Methods in com.vladsch.flexmark.ext.toc.internal that return BlockStart Modifier and Type Method Description BlockStart
SimTocBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
BlockStart
TocBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
Uses of BlockStart in com.vladsch.flexmark.ext.xwiki.macros.internal
Methods in com.vladsch.flexmark.ext.xwiki.macros.internal that return BlockStart Modifier and Type Method Description BlockStart
MacroBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
Uses of BlockStart in com.vladsch.flexmark.ext.yaml.front.matter.internal
Methods in com.vladsch.flexmark.ext.yaml.front.matter.internal that return BlockStart Modifier and Type Method Description BlockStart
YamlFrontMatterBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
Uses of BlockStart in com.vladsch.flexmark.ext.zzzzzz.internal
Methods in com.vladsch.flexmark.ext.zzzzzz.internal that return BlockStart Modifier and Type Method Description BlockStart
ZzzzzzBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
Uses of BlockStart in com.vladsch.flexmark.parser.block
Methods in com.vladsch.flexmark.parser.block that return BlockStart Modifier and Type Method Description abstract BlockStart
BlockStart. atColumn(int newColumn)
abstract BlockStart
BlockStart. atIndex(int newIndex)
static BlockStart
BlockStart. none()
static BlockStart
BlockStart. of(BlockParser... blockParsers)
abstract BlockStart
BlockStart. replaceActiveBlockParser()
BlockStart
BlockParserFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
Uses of BlockStart in com.vladsch.flexmark.parser.core
Methods in com.vladsch.flexmark.parser.core that return BlockStart Modifier and Type Method Description BlockStart
BlockQuoteParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
BlockStart
FencedCodeBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
BlockStart
HeadingParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
BlockStart
HtmlBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
BlockStart
IndentedCodeBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
BlockStart
ListBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
BlockStart
ParagraphParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
BlockStart
ThematicBreakParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
Uses of BlockStart in com.vladsch.flexmark.parser.internal
Subclasses of BlockStart in com.vladsch.flexmark.parser.internal Modifier and Type Class Description class
BlockStartImpl
Methods in com.vladsch.flexmark.parser.internal that return BlockStart Modifier and Type Method Description BlockStart
BlockStartImpl. atColumn(int newColumn)
BlockStart
BlockStartImpl. atIndex(int newIndex)
BlockStart
BlockStartImpl. replaceActiveBlockParser()
-