Uses of Interface
org.commonmark.internal.inline.InlineContentParser
-
Packages that use InlineContentParser Package Description org.commonmark.internal org.commonmark.internal.inline -
-
Uses of InlineContentParser in org.commonmark.internal
Fields in org.commonmark.internal with type parameters of type InlineContentParser Modifier and Type Field Description private java.util.Map<java.lang.Character,java.util.List<InlineContentParser>>
InlineParserImpl. inlineParsers
-
Uses of InlineContentParser in org.commonmark.internal.inline
Classes in org.commonmark.internal.inline that implement InlineContentParser Modifier and Type Class Description class
AutolinkInlineParser
Attempt to parse an autolink (URL or email in pointy brackets).class
BackslashInlineParser
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
BackticksInlineParser
Attempt to parse backticks, returning either a backtick code span or a literal sequence of backticks.class
EntityInlineParser
Attempts to parse a HTML entity or numeric character reference.class
HtmlInlineParser
Attempt to parse inline HTML.
-