Uses of Interface
org.commonmark.parser.block.ParserState
-
Packages that use ParserState 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 ParserState in org.commonmark.ext.footnotes.internal
Methods in org.commonmark.ext.footnotes.internal with parameters of type ParserState Modifier and Type Method Description BlockContinueFootnoteBlockParser. tryContinue(ParserState parserState)BlockStartFootnoteBlockParser.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 ParserState Modifier and Type Method Description BlockContinueYamlFrontMatterBlockParser. tryContinue(ParserState parserState)BlockStartYamlFrontMatterBlockParser.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 BlockContinueTableBlockParser. tryContinue(ParserState state)BlockStartTableBlockParser.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 classDocumentParserMethods in org.commonmark.internal with parameters of type ParserState Modifier and Type Method Description private static booleanBlockQuoteParser. isMarker(ParserState state, int index)BlockContinueBlockQuoteParser. tryContinue(ParserState state)BlockContinueDocumentBlockParser. tryContinue(ParserState state)BlockContinueFencedCodeBlockParser. tryContinue(ParserState state)BlockContinueHeadingParser. tryContinue(ParserState parserState)BlockContinueHtmlBlockParser. tryContinue(ParserState state)BlockContinueIndentedCodeBlockParser. tryContinue(ParserState state)BlockContinueListBlockParser. tryContinue(ParserState state)BlockContinueListItemParser. tryContinue(ParserState state)BlockContinueParagraphParser. tryContinue(ParserState state)BlockContinueThematicBreakParser. tryContinue(ParserState state)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 ParserState in org.commonmark.parser.block
Methods in org.commonmark.parser.block with parameters of type ParserState Modifier and Type Method Description BlockContinueBlockParser. tryContinue(ParserState parserState)BlockStartBlockParserFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-