Uses of Interface
org.commonmark.parser.beta.InlineContentParser
Packages that use InlineContentParser
Package
Description
Experimental APIs to use for extensions.
-
Uses of InlineContentParser in org.commonmark.internal
Fields in org.commonmark.internal with type parameters of type InlineContentParserModifier and TypeFieldDescriptionprivate Map
<Character, List<InlineContentParser>> InlineParserImpl.inlineParsers
Methods in org.commonmark.internal that return types with arguments of type InlineContentParserModifier and TypeMethodDescriptionprivate Map
<Character, List<InlineContentParser>> InlineParserImpl.createInlineContentParsers()
-
Uses of InlineContentParser in org.commonmark.internal.inline
Classes in org.commonmark.internal.inline that implement InlineContentParserModifier and TypeClassDescriptionclass
Attempt to parse an autolink (URL or email in pointy brackets).class
Parse a backslash-escaped special character, adding either the escaped character, a hard line break (if the backslash is followed by a newline), or a literal backslash to the block's children.class
Attempt to parse backticks, returning either a backtick code span or a literal sequence of backticks.class
Attempts to parse an HTML entity or numeric character reference.class
Attempt to parse inline HTML.Methods in org.commonmark.internal.inline that return InlineContentParser -
Uses of InlineContentParser in org.commonmark.parser.beta
Methods in org.commonmark.parser.beta that return InlineContentParserModifier and TypeMethodDescriptionInlineContentParserFactory.create()
Create anInlineContentParser
that will do the parsing.