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.inlineParsersMethods 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 TypeClassDescriptionclassAttempt to parse an autolink (URL or email in pointy brackets).classParse 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.classAttempt to parse backticks, returning either a backtick code span or a literal sequence of backticks.classAttempts to parse an HTML entity or numeric character reference.classAttempt 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 anInlineContentParserthat will do the parsing.