net.sf.saxon.regex
Class JDK14RegexTranslator.CharRange
java.lang.Object
net.sf.saxon.regex.JDK14RegexTranslator.CharClass
net.sf.saxon.regex.JDK14RegexTranslator.SimpleCharClass
net.sf.saxon.regex.JDK14RegexTranslator.CharRange
- Enclosing class:
- JDK14RegexTranslator
- static class JDK14RegexTranslator.CharRange
- extends JDK14RegexTranslator.SimpleCharClass
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDK14RegexTranslator.CharRange
JDK14RegexTranslator.CharRange(int lower,
int upper)
inClassOutputBmp
void inClassOutputBmp(FastStringBuffer buf)
- Specified by:
inClassOutputBmp
in class JDK14RegexTranslator.SimpleCharClass
addNonBmpRanges
void addNonBmpRanges(List ranges)
- Overrides:
addNonBmpRanges
in class JDK14RegexTranslator.CharClass
outputBmp
void outputBmp(FastStringBuffer buf)
- Specified by:
outputBmp
in class JDK14RegexTranslator.CharClass
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 String highSurrogateRanges(List ranges)
lowSurrogateRanges
static String lowSurrogateRanges(List ranges)
getSingleChar
int getSingleChar()
sortRangeList
static void sortRangeList(List ranges)