Uses of Class
org.commonmark.parser.block.BlockStart
-
Packages that use BlockStart Package Description org.commonmark.ext.footnotes.internal org.commonmark.ext.front.matter.internal org.commonmark.ext.gfm.tables.internal org.commonmark.internal org.commonmark.parser.block Types for extending block parsing -
-
Uses of BlockStart in org.commonmark.ext.footnotes.internal
Methods in org.commonmark.ext.footnotes.internal that return BlockStart Modifier and Type Method Description BlockStartFootnoteBlockParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in org.commonmark.ext.front.matter.internal
Methods in org.commonmark.ext.front.matter.internal that return BlockStart Modifier and Type Method Description BlockStartYamlFrontMatterBlockParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in org.commonmark.ext.gfm.tables.internal
Methods in org.commonmark.ext.gfm.tables.internal that return BlockStart Modifier and Type Method Description BlockStartTableBlockParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in org.commonmark.internal
Subclasses of BlockStart in org.commonmark.internal Modifier and Type Class Description classBlockStartImplMethods in org.commonmark.internal that return BlockStart Modifier and Type Method Description BlockStartBlockStartImpl. atColumn(int newColumn)BlockStartBlockStartImpl. atIndex(int newIndex)BlockStartBlockStartImpl. replaceActiveBlockParser()BlockStartBlockQuoteParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)BlockStartFencedCodeBlockParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)BlockStartHeadingParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)BlockStartHtmlBlockParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)BlockStartIndentedCodeBlockParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)BlockStartListBlockParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)BlockStartThematicBreakParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in org.commonmark.parser.block
Methods in org.commonmark.parser.block that return BlockStart Modifier and Type Method Description abstract BlockStartBlockStart. atColumn(int newColumn)abstract BlockStartBlockStart. atIndex(int newIndex)static BlockStartBlockStart. none()static BlockStartBlockStart. of(BlockParser... blockParsers)abstract BlockStartBlockStart. replaceActiveBlockParser()BlockStartBlockParserFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-