Package 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
-
-
Constructor Summary
Constructors Constructor Description CharRange(int lower, int upper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
addNonBmpRanges(java.util.List ranges)
(package private) void
inClassOutputBmp(FastStringBuffer buf)
-
Methods inherited from class net.sf.saxon.regex.JDK14RegexTranslator.SimpleCharClass
outputBmp, outputComplementBmp
-
Methods inherited from class net.sf.saxon.regex.JDK14RegexTranslator.CharClass
getContainsBmp, getContainsNonBmp, getSingleChar, highSurrogateRanges, lowSurrogateRanges, output, sortRangeList
-
-
-
-
Method Detail
-
inClassOutputBmp
void inClassOutputBmp(FastStringBuffer buf)
- Specified by:
inClassOutputBmp
in classJDK14RegexTranslator.SimpleCharClass
-
addNonBmpRanges
void addNonBmpRanges(java.util.List ranges)
- Overrides:
addNonBmpRanges
in classJDK14RegexTranslator.CharClass
-
-