net.sf.saxon.regex
Class JDK15RegexTranslator.Empty

java.lang.Object
  extended by net.sf.saxon.regex.JDK15RegexTranslator.CharClass
      extended by net.sf.saxon.regex.JDK15RegexTranslator.SimpleCharClass
          extended by net.sf.saxon.regex.JDK15RegexTranslator.Empty
Enclosing class:
JDK15RegexTranslator

static class JDK15RegexTranslator.Empty
extends JDK15RegexTranslator.SimpleCharClass


Method Summary
(package private) static JDK15RegexTranslator.Empty getInstance()
           
(package private)  void inClassOutput(FastStringBuffer buf)
           
(package private)  void output(FastStringBuffer buf)
           
(package private)  void outputComplement(FastStringBuffer buf)
           
 
Methods inherited from class net.sf.saxon.regex.JDK15RegexTranslator.CharClass
getSingleChar
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

static JDK15RegexTranslator.Empty getInstance()

output

void output(FastStringBuffer buf)
Overrides:
output in class JDK15RegexTranslator.SimpleCharClass

outputComplement

void outputComplement(FastStringBuffer buf)
Overrides:
outputComplement in class JDK15RegexTranslator.SimpleCharClass

inClassOutput

void inClassOutput(FastStringBuffer buf)
Specified by:
inClassOutput in class JDK15RegexTranslator.SimpleCharClass