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 classInlineParserImpl -
Uses of InlineParserState in org.commonmark.internal.inline
Methods in org.commonmark.internal.inline with parameters of type InlineParserState Modifier and Type Method Description ParsedInlineAutolinkInlineParser. tryParse(InlineParserState inlineParserState)ParsedInlineBackslashInlineParser. tryParse(InlineParserState inlineParserState)ParsedInlineBackticksInlineParser. tryParse(InlineParserState inlineParserState)ParsedInlineEntityInlineParser. tryParse(InlineParserState inlineParserState)ParsedInlineHtmlInlineParser. 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 ParsedInlineInlineContentParser. tryParse(InlineParserState inlineParserState)Try to parse inline content starting from the current position.
-