Uses of Class
org.commonmark.text.AsciiMatcher.Builder
-
Packages that use AsciiMatcher.Builder Package Description org.commonmark.text Text processing utilities for parsing and rendering, exported for use by extensions -
-
Uses of AsciiMatcher.Builder in org.commonmark.text
Methods in org.commonmark.text that return AsciiMatcher.Builder Modifier and Type Method Description AsciiMatcher.BuilderAsciiMatcher.Builder. anyOf(java.lang.String s)AsciiMatcher.BuilderAsciiMatcher.Builder. anyOf(java.util.Set<java.lang.Character> characters)static AsciiMatcher.BuilderAsciiMatcher. builder()static AsciiMatcher.BuilderAsciiMatcher. builder(AsciiMatcher matcher)AsciiMatcher.BuilderAsciiMatcher.Builder. c(char c)AsciiMatcher.BuilderAsciiMatcher. newBuilder()AsciiMatcher.BuilderAsciiMatcher.Builder. range(char from, char toInclusive)Constructors in org.commonmark.text with parameters of type AsciiMatcher.Builder Constructor Description AsciiMatcher(AsciiMatcher.Builder builder)
-