Uses of Class
org.commonmark.text.AsciiMatcher
Packages that use AsciiMatcher
Package
Description
Markdown rendering (see
MarkdownRenderer
)Text processing utilities for parsing and rendering, exported for use by extensions
-
Uses of AsciiMatcher in org.commonmark.ext.gfm.tables.internal
Fields in org.commonmark.ext.gfm.tables.internal declared as AsciiMatcher -
Uses of AsciiMatcher in org.commonmark.internal.inline
Fields in org.commonmark.internal.inline declared as AsciiMatcherModifier and TypeFieldDescriptionprivate static final AsciiMatcher
HtmlInlineParser.asciiLetter
private static final AsciiMatcher
HtmlInlineParser.attributeContinue
private static final AsciiMatcher
HtmlInlineParser.attributeStart
private static final AsciiMatcher
HtmlInlineParser.attributeValueEnd
private static final AsciiMatcher
EntityInlineParser.dec
private static final AsciiMatcher
EntityInlineParser.entityContinue
private static final AsciiMatcher
EntityInlineParser.entityStart
private static final AsciiMatcher
EntityInlineParser.hex
private static final AsciiMatcher
HtmlInlineParser.tagNameContinue
private static final AsciiMatcher
HtmlInlineParser.tagNameStart
-
Uses of AsciiMatcher in org.commonmark.renderer.markdown
Fields in org.commonmark.renderer.markdown declared as AsciiMatcher -
Uses of AsciiMatcher in org.commonmark.text
Methods in org.commonmark.text that return AsciiMatcherMethods in org.commonmark.text with parameters of type AsciiMatcherModifier and TypeMethodDescriptionstatic AsciiMatcher.Builder
AsciiMatcher.builder
(AsciiMatcher matcher)