Uses of Interface
org.commonmark.parser.beta.ParsedInline
Packages that use ParsedInline
Package
Description
Experimental APIs to use for extensions.
-
Uses of ParsedInline in org.commonmark.internal.inline
Classes in org.commonmark.internal.inline that implement ParsedInlineMethods in org.commonmark.internal.inline that return ParsedInlineModifier and TypeMethodDescriptionprivate ParsedInline
private static ParsedInline
HtmlInlineParser.htmlInline
(Position start, Scanner scanner) AutolinkInlineParser.tryParse
(InlineParserState inlineParserState) BackslashInlineParser.tryParse
(InlineParserState inlineParserState) BackticksInlineParser.tryParse
(InlineParserState inlineParserState) EntityInlineParser.tryParse
(InlineParserState inlineParserState) HtmlInlineParser.tryParse
(InlineParserState inlineParserState) -
Uses of ParsedInline in org.commonmark.parser.beta
Methods in org.commonmark.parser.beta that return ParsedInlineModifier and TypeMethodDescriptionstatic ParsedInline
ParsedInline.none()
static ParsedInline
InlineContentParser.tryParse
(InlineParserState inlineParserState) Try to parse inline content starting from the current position.