net.sf.saxon.regex
Class JDK15RegexTranslator.Empty

java.lang.Object
  extended bynet.sf.saxon.regex.JDK15RegexTranslator.CharClass
      extended bynet.sf.saxon.regex.JDK15RegexTranslator.SimpleCharClass
          extended bynet.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)  int getSingleChar()
           
(package private)  void inClassOutput(FastStringBuffer buf)
           
(package private)  void output(FastStringBuffer buf)
           
(package private)  void outputComplement(FastStringBuffer buf)
           
(package private) static void sortRangeList(List ranges)
           
 
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

output

void output(FastStringBuffer buf)
Specified by:
output in class JDK15RegexTranslator.CharClass

outputComplement

void outputComplement(FastStringBuffer buf)
Specified by:
outputComplement in class JDK15RegexTranslator.CharClass

getSingleChar

int getSingleChar()

sortRangeList

static void sortRangeList(List ranges)