JDK14RegexTranslator
public abstract class SurrogateRegexTranslator extends RegexTranslator
Modifier and Type | Class | Description |
---|---|---|
static class |
SurrogateRegexTranslator.BackReference |
Character class representing a back-reference.
|
protected static class |
SurrogateRegexTranslator.CharClass |
Object representing a character class
|
static class |
SurrogateRegexTranslator.CharRange |
Character class that matches any character within a range of codepoints
|
static class |
SurrogateRegexTranslator.Complement |
Character class representing the complement of another character class, that is, all
characters that the other class doesn't match.
|
static class |
SurrogateRegexTranslator.Dot |
Character class representing the characters matched by the XPath "." metacharacter
|
static class |
SurrogateRegexTranslator.Empty |
Character class that matches nothing
|
static class |
SurrogateRegexTranslator.Property |
Character class containing characters that share a given Unicode property
|
static class |
SurrogateRegexTranslator.SimpleCharClass |
Simple Character Class - essentially, anything other than a Union or Subtraction between two
character classes.
|
static class |
SurrogateRegexTranslator.SingleChar |
Character class that matches a single specific character in the BMP
|
static class |
SurrogateRegexTranslator.WideSingleChar |
Character class that matches a single specific character outside the BMP
|
RegexTranslator.Range
Modifier and Type | Field | Description |
---|---|---|
protected static SurrogateRegexTranslator.CharClass[] |
categoryCharClasses |
|
protected static SurrogateRegexTranslator.CharClass[] |
subCategoryCharClasses |
ALL, captures, caseBlind, curChar, currentCapture, eos, ignoreWhitespace, inCharClassExpr, isXPath, length, NONE, NOT_ALLOWED_CLASS, pos, regExp, result, SOME, SURROGATES1_CLASS, SURROGATES2_CLASS, xmlVersion
Constructor | Description |
---|---|
SurrogateRegexTranslator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
absorbSurrogatePair, advance, copyCurChar, expect, highSurrogateRanges, isAsciiAlnum, isBlock, isJavaMetaChar, lowSurrogateRanges, makeException, makeException, parseQuantExact, recede, sortRangeList, translateAtom, translateBranch, translateQuantifier, translateQuantity, translateRegExp, translateTop
protected static final SurrogateRegexTranslator.CharClass[] categoryCharClasses
protected static final SurrogateRegexTranslator.CharClass[] subCategoryCharClasses