net.sf.saxon.regex
Class JDK14RegexTranslator.SingleChar
java.lang.Object
net.sf.saxon.regex.JDK14RegexTranslator.CharClass
net.sf.saxon.regex.JDK14RegexTranslator.SimpleCharClass
net.sf.saxon.regex.JDK14RegexTranslator.SingleChar
- Enclosing class:
- JDK14RegexTranslator
- static class JDK14RegexTranslator.SingleChar
- extends JDK14RegexTranslator.SimpleCharClass
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDK14RegexTranslator.SingleChar
JDK14RegexTranslator.SingleChar(char c)
getSingleChar
int getSingleChar()
- Overrides:
getSingleChar in class JDK14RegexTranslator.CharClass
outputBmp
void outputBmp(FastStringBuffer buf)
- Overrides:
outputBmp in class JDK14RegexTranslator.SimpleCharClass
inClassOutputBmp
void inClassOutputBmp(FastStringBuffer buf)
- Specified by:
inClassOutputBmp in class JDK14RegexTranslator.SimpleCharClass
outputComplementBmp
void outputComplementBmp(FastStringBuffer buf)
- Specified by:
outputComplementBmp in class JDK14RegexTranslator.CharClass
getContainsBmp
int getContainsBmp()
getContainsNonBmp
int getContainsNonBmp()
output
final void output(FastStringBuffer buf)
highSurrogateRanges
static java.lang.String highSurrogateRanges(java.util.List ranges)
lowSurrogateRanges
static java.lang.String lowSurrogateRanges(java.util.List ranges)
addNonBmpRanges
void addNonBmpRanges(java.util.List ranges)
sortRangeList
static void sortRangeList(java.util.List ranges)