Uses of Interface
org.commonmark.parser.block.ParserState
-
Packages that use ParserState Package Description 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 ParserState in org.commonmark.ext.front.matter.internal
Methods in org.commonmark.ext.front.matter.internal with parameters of type ParserState Modifier and Type Method Description BlockContinue
YamlFrontMatterBlockParser. tryContinue(ParserState parserState)
BlockStart
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 ParserState Modifier and Type Method Description BlockContinue
TableBlockParser. tryContinue(ParserState state)
BlockStart
TableBlockParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
Uses of ParserState in org.commonmark.internal
Classes in org.commonmark.internal that implement ParserState Modifier and Type Class Description class
DocumentParser
Methods in org.commonmark.internal with parameters of type ParserState Modifier and Type Method Description private static boolean
BlockQuoteParser. isMarker(ParserState state, int index)
BlockContinue
BlockQuoteParser. tryContinue(ParserState state)
BlockContinue
DocumentBlockParser. tryContinue(ParserState state)
BlockContinue
FencedCodeBlockParser. tryContinue(ParserState state)
BlockContinue
HeadingParser. tryContinue(ParserState parserState)
BlockContinue
HtmlBlockParser. tryContinue(ParserState state)
BlockContinue
IndentedCodeBlockParser. tryContinue(ParserState state)
BlockContinue
ListBlockParser. tryContinue(ParserState state)
BlockContinue
ListItemParser. tryContinue(ParserState state)
BlockContinue
ParagraphParser. tryContinue(ParserState state)
BlockContinue
ThematicBreakParser. tryContinue(ParserState state)
BlockStart
BlockQuoteParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
BlockStart
FencedCodeBlockParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
BlockStart
HeadingParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
BlockStart
HtmlBlockParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
BlockStart
IndentedCodeBlockParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
BlockStart
ListBlockParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
BlockStart
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 ParserState Modifier and Type Method Description BlockContinue
BlockParser. tryContinue(ParserState parserState)
BlockStart
BlockParserFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-