Uses of Interface
org.commonmark.parser.beta.ParsedInline
-
Packages that use ParsedInline Package Description org.commonmark.internal.inline org.commonmark.parser.beta Experimental APIs to use for extensions. -
-
Uses of ParsedInline in org.commonmark.internal.inline
Classes in org.commonmark.internal.inline that implement ParsedInline Modifier and Type Class Description class
ParsedInlineImpl
Methods in org.commonmark.internal.inline that return ParsedInline Modifier and Type Method Description private ParsedInline
EntityInlineParser. entity(Scanner scanner, Position start)
private static ParsedInline
HtmlInlineParser. htmlInline(Position start, Scanner scanner)
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 ParsedInline in org.commonmark.parser.beta
Methods in org.commonmark.parser.beta that return ParsedInline Modifier and Type Method Description static ParsedInline
ParsedInline. none()
static ParsedInline
ParsedInline. of(Node node, Position position)
ParsedInline
InlineContentParser. tryParse(InlineParserState inlineParserState)
Try to parse inline content starting from the current position.
-