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