Package net.sf.saxon.regex
Class JDK14RegexTranslator.Empty
- java.lang.Object
-
- net.sf.saxon.regex.JDK14RegexTranslator.CharClass
-
- net.sf.saxon.regex.JDK14RegexTranslator.SimpleCharClass
-
- net.sf.saxon.regex.JDK14RegexTranslator.Empty
-
- Enclosing class:
- JDK14RegexTranslator
static class JDK14RegexTranslator.Empty extends JDK14RegexTranslator.SimpleCharClass
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static JDK14RegexTranslator.Empty
getInstance()
(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
addNonBmpRanges, getContainsBmp, getContainsNonBmp, getSingleChar, highSurrogateRanges, lowSurrogateRanges, output, sortRangeList
-
-
-
-
Method Detail
-
getInstance
static JDK14RegexTranslator.Empty getInstance()
-
inClassOutputBmp
void inClassOutputBmp(FastStringBuffer buf)
- Specified by:
inClassOutputBmp
in classJDK14RegexTranslator.SimpleCharClass
-
-