net.sf.saxon.type
Class RegexTranslator.Empty

java.lang.Object
  extended by net.sf.saxon.type.RegexTranslator.CharClass
      extended by net.sf.saxon.type.RegexTranslator.SimpleCharClass
          extended by net.sf.saxon.type.RegexTranslator.Empty
Enclosing class:
RegexTranslator

static class RegexTranslator.Empty
extends RegexTranslator.SimpleCharClass


Method Summary
(package private) static RegexTranslator.Empty getInstance()
           
(package private)  void inClassOutputBmp(StringBuffer buf)
           
 
Methods inherited from class net.sf.saxon.type.RegexTranslator.SimpleCharClass
outputBmp, outputComplementBmp
 
Methods inherited from class net.sf.saxon.type.RegexTranslator.CharClass
addNonBmpRanges, getContainsBmp, getContainsNonBmp, highSurrogateRanges, lowSurrogateRanges, output, singleChar, sortRangeList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

static RegexTranslator.Empty getInstance()

inClassOutputBmp

void inClassOutputBmp(StringBuffer buf)
Specified by:
inClassOutputBmp in class RegexTranslator.SimpleCharClass