Uses of Interface
org.commonmark.parser.block.ParserState
Packages that use ParserState
Package
Description
Types for extending block parsing
-
Uses of ParserState in org.commonmark.ext.footnotes.internal
Methods in org.commonmark.ext.footnotes.internal with parameters of type ParserStateModifier and TypeMethodDescriptionFootnoteBlockParser.tryContinue
(ParserState parserState) FootnoteBlockParser.Factory.tryStart
(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in org.commonmark.ext.front.matter.internal
Methods in org.commonmark.ext.front.matter.internal with parameters of type ParserStateModifier and TypeMethodDescriptionYamlFrontMatterBlockParser.tryContinue
(ParserState parserState) YamlFrontMatterBlockParser.Factory.tryStart
(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in org.commonmark.ext.gfm.tables.internal
Methods in org.commonmark.ext.gfm.tables.internal with parameters of type ParserStateModifier and TypeMethodDescriptionTableBlockParser.tryContinue
(ParserState state) TableBlockParser.Factory.tryStart
(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in org.commonmark.internal
Classes in org.commonmark.internal that implement ParserStateMethods in org.commonmark.internal with parameters of type ParserStateModifier and TypeMethodDescriptionprivate static boolean
BlockQuoteParser.isMarker
(ParserState state, int index) BlockQuoteParser.tryContinue
(ParserState state) DocumentBlockParser.tryContinue
(ParserState state) FencedCodeBlockParser.tryContinue
(ParserState state) HeadingParser.tryContinue
(ParserState parserState) HtmlBlockParser.tryContinue
(ParserState state) IndentedCodeBlockParser.tryContinue
(ParserState state) ListBlockParser.tryContinue
(ParserState state) ListItemParser.tryContinue
(ParserState state) ParagraphParser.tryContinue
(ParserState state) ThematicBreakParser.tryContinue
(ParserState state) BlockQuoteParser.Factory.tryStart
(ParserState state, MatchedBlockParser matchedBlockParser) FencedCodeBlockParser.Factory.tryStart
(ParserState state, MatchedBlockParser matchedBlockParser) HeadingParser.Factory.tryStart
(ParserState state, MatchedBlockParser matchedBlockParser) HtmlBlockParser.Factory.tryStart
(ParserState state, MatchedBlockParser matchedBlockParser) IndentedCodeBlockParser.Factory.tryStart
(ParserState state, MatchedBlockParser matchedBlockParser) ListBlockParser.Factory.tryStart
(ParserState state, MatchedBlockParser matchedBlockParser) ThematicBreakParser.Factory.tryStart
(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in org.commonmark.parser.block
Methods in org.commonmark.parser.block with parameters of type ParserStateModifier and TypeMethodDescriptionBlockParser.tryContinue
(ParserState parserState) BlockParserFactory.tryStart
(ParserState state, MatchedBlockParser matchedBlockParser)