Package net.sf.saxon.regex
Class JDK15RegexTranslator.Empty
- java.lang.Object
-
- net.sf.saxon.regex.JDK15RegexTranslator.CharClass
-
- net.sf.saxon.regex.JDK15RegexTranslator.SimpleCharClass
-
- net.sf.saxon.regex.JDK15RegexTranslator.Empty
-
- Enclosing class:
- JDK15RegexTranslator
static class JDK15RegexTranslator.Empty extends JDK15RegexTranslator.SimpleCharClass
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static JDK15RegexTranslator.Empty
getInstance()
(package private) void
inClassOutput(FastStringBuffer buf)
-
Methods inherited from class net.sf.saxon.regex.JDK15RegexTranslator.SimpleCharClass
output, outputComplement
-
Methods inherited from class net.sf.saxon.regex.JDK15RegexTranslator.CharClass
getSingleChar
-
-
-
-
Method Detail
-
getInstance
static JDK15RegexTranslator.Empty getInstance()
-
inClassOutput
void inClassOutput(FastStringBuffer buf)
- Specified by:
inClassOutput
in classJDK15RegexTranslator.SimpleCharClass
-
-