Uses of Interface
org.commonmark.parser.beta.InlineParserState
-
Packages that use InlineParserState Package Description org.commonmark.internal org.commonmark.internal.inline org.commonmark.parser.beta Experimental APIs to use for extensions. -
-
Uses of InlineParserState in org.commonmark.internal
Classes in org.commonmark.internal that implement InlineParserState Modifier and Type Class Description class
InlineParserImpl
-
Uses of InlineParserState in org.commonmark.internal.inline
Methods in org.commonmark.internal.inline with parameters of type InlineParserState Modifier and Type Method Description ParsedInline
AutolinkInlineParser. tryParse(InlineParserState inlineParserState)
ParsedInline
BackslashInlineParser. tryParse(InlineParserState inlineParserState)
ParsedInline
BackticksInlineParser. tryParse(InlineParserState inlineParserState)
ParsedInline
EntityInlineParser. tryParse(InlineParserState inlineParserState)
ParsedInline
HtmlInlineParser. tryParse(InlineParserState inlineParserState)
-
Uses of InlineParserState in org.commonmark.parser.beta
Methods in org.commonmark.parser.beta with parameters of type InlineParserState Modifier and Type Method Description ParsedInline
InlineContentParser. tryParse(InlineParserState inlineParserState)
Try to parse inline content starting from the current position.
-