Uses of Interface
org.commonmark.parser.beta.InlineParserState
Packages that use InlineParserState
Package
Description
Experimental APIs to use for extensions.
-
Uses of InlineParserState in org.commonmark.internal
Classes in org.commonmark.internal that implement InlineParserState -
Uses of InlineParserState in org.commonmark.internal.inline
Methods in org.commonmark.internal.inline with parameters of type InlineParserStateModifier and TypeMethodDescriptionAutolinkInlineParser.tryParse
(InlineParserState inlineParserState) BackslashInlineParser.tryParse
(InlineParserState inlineParserState) BackticksInlineParser.tryParse
(InlineParserState inlineParserState) EntityInlineParser.tryParse
(InlineParserState inlineParserState) HtmlInlineParser.tryParse
(InlineParserState inlineParserState) -
Uses of InlineParserState in org.commonmark.parser.beta
Methods in org.commonmark.parser.beta with parameters of type InlineParserStateModifier and TypeMethodDescriptionInlineContentParser.tryParse
(InlineParserState inlineParserState) Try to parse inline content starting from the current position.