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 AsciiMatcherHtmlInlineParser.asciiLetterprivate static final AsciiMatcherHtmlInlineParser.attributeContinueprivate static final AsciiMatcherHtmlInlineParser.attributeStartprivate static final AsciiMatcherHtmlInlineParser.attributeValueEndprivate static final AsciiMatcherEntityInlineParser.decprivate static final AsciiMatcherEntityInlineParser.entityContinueprivate static final AsciiMatcherEntityInlineParser.entityStartprivate static final AsciiMatcherEntityInlineParser.hexprivate static final AsciiMatcherHtmlInlineParser.tagNameContinueprivate static final AsciiMatcherHtmlInlineParser.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.BuilderAsciiMatcher.builder(AsciiMatcher matcher)