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)
           
 
Methods inherited from class net.sf.saxon.regex.JDK15RegexTranslator.SimpleCharClass
output, outputComplement
 
Methods inherited from class net.sf.saxon.regex.JDK15RegexTranslator.CharClass
getSingleChar, sortRangeList
 
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()

inClassOutput

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