net.sf.saxon.regex
Class JDK14RegexTranslator.Empty

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

static class JDK14RegexTranslator.Empty
extends JDK14RegexTranslator.SimpleCharClass


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

Method Detail

getInstance

static JDK14RegexTranslator.Empty getInstance()

inClassOutputBmp

void inClassOutputBmp(FastStringBuffer buf)
Specified by:
inClassOutputBmp in class JDK14RegexTranslator.SimpleCharClass