Uses of Interface
org.commonmark.text.CharMatcher
Packages that use CharMatcher
Package
Description
Experimental APIs to use for extensions.
Markdown rendering (see
MarkdownRenderer)Text processing utilities for parsing and rendering, exported for use by extensions
-
Uses of CharMatcher in org.commonmark.parser.beta
Methods in org.commonmark.parser.beta with parameters of type CharMatcherModifier and TypeMethodDescriptionintScanner.find(CharMatcher matcher) intScanner.match(CharMatcher matcher) -
Uses of CharMatcher in org.commonmark.renderer.markdown
Fields in org.commonmark.renderer.markdown declared as CharMatcherModifier and TypeFieldDescriptionprivate final CharMatcherCoreMarkdownNodeRenderer.linkDestinationEscapeInAngleBracketsprivate final CharMatcherCoreMarkdownNodeRenderer.linkDestinationNeedsAngleBracketsprivate final CharMatcherCoreMarkdownNodeRenderer.linkTitleEscapeInQuotesprivate final CharMatcherCoreMarkdownNodeRenderer.textEscapeInHeadingFields in org.commonmark.renderer.markdown with type parameters of type CharMatcherMethods in org.commonmark.renderer.markdown with parameters of type CharMatcherModifier and TypeMethodDescriptionprivate voidMarkdownWriter.append(char c, CharMatcher escape) private static booleanCoreMarkdownNodeRenderer.contains(String s, CharMatcher charMatcher) private booleanMarkdownWriter.needsEscaping(char c, CharMatcher escape) voidMarkdownWriter.pushRawEscape(CharMatcher rawEscape) Escape the characters matching the supplied matcher, in all text (text and raw).voidMarkdownWriter.text(String s, CharMatcher escape) Write the supplied string with escaping.private voidMarkdownWriter.write(String s, CharMatcher escape) -
Uses of CharMatcher in org.commonmark.text
Classes in org.commonmark.text that implement CharMatcherModifier and TypeClassDescriptionclassChar matcher that can match ASCII characters efficiently.