Uses of Class
org.commonmark.text.AsciiMatcher
-
Packages that use AsciiMatcher Package Description org.commonmark.ext.gfm.tables.internal org.commonmark.internal.inline org.commonmark.renderer.markdown Markdown rendering (seeMarkdownRenderer
)org.commonmark.text 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 Modifier and Type Field Description private AsciiMatcher
TableMarkdownNodeRenderer. pipe
-
Uses of AsciiMatcher in org.commonmark.internal.inline
Fields in org.commonmark.internal.inline declared as AsciiMatcher Modifier and Type Field Description private static AsciiMatcher
HtmlInlineParser. asciiLetter
private static AsciiMatcher
HtmlInlineParser. attributeContinue
private static AsciiMatcher
HtmlInlineParser. attributeStart
private static AsciiMatcher
HtmlInlineParser. attributeValueEnd
private static AsciiMatcher
EntityInlineParser. dec
private static AsciiMatcher
EntityInlineParser. entityContinue
private static AsciiMatcher
EntityInlineParser. entityStart
private static AsciiMatcher
EntityInlineParser. hex
private static AsciiMatcher
HtmlInlineParser. tagNameContinue
private static AsciiMatcher
HtmlInlineParser. tagNameStart
-
Uses of AsciiMatcher in org.commonmark.renderer.markdown
Fields in org.commonmark.renderer.markdown declared as AsciiMatcher Modifier and Type Field Description private AsciiMatcher
CoreMarkdownNodeRenderer. textEscape
-
Uses of AsciiMatcher in org.commonmark.text
Methods in org.commonmark.text that return AsciiMatcher Modifier and Type Method Description AsciiMatcher
AsciiMatcher.Builder. build()
Methods in org.commonmark.text with parameters of type AsciiMatcher Modifier and Type Method Description static AsciiMatcher.Builder
AsciiMatcher. builder(AsciiMatcher matcher)
-