Uses of Interface
org.commonmark.internal.inline.InlineContentParser
Packages that use InlineContentParser
-
Uses of InlineContentParser in org.commonmark.internal
Fields in org.commonmark.internal with type parameters of type InlineContentParserModifier and TypeFieldDescriptionprivate final Map
<Character, List<InlineContentParser>> InlineParserImpl.inlineParsers
-
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 a HTML entity or numeric character reference.class
Attempt to parse inline HTML.