net.sf.saxon.regex
Class JDK14RegexTranslator.SimpleCharClass

java.lang.Object
  extended by net.sf.saxon.regex.JDK14RegexTranslator.CharClass
      extended by net.sf.saxon.regex.JDK14RegexTranslator.SimpleCharClass
Direct Known Subclasses:
JDK14RegexTranslator.CharRange, JDK14RegexTranslator.Empty, JDK14RegexTranslator.Property, JDK14RegexTranslator.SingleChar, JDK14RegexTranslator.WideSingleChar
Enclosing class:
JDK14RegexTranslator

abstract static class JDK14RegexTranslator.SimpleCharClass
extends JDK14RegexTranslator.CharClass


Constructor Summary
JDK14RegexTranslator.SimpleCharClass(int containsBmp, int containsNonBmp)
           
 
Method Summary
(package private) abstract  void inClassOutputBmp(FastStringBuffer buf)
           
(package private)  void outputBmp(FastStringBuffer buf)
           
(package private)  void outputComplementBmp(FastStringBuffer buf)
           
 
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
 

Constructor Detail

JDK14RegexTranslator.SimpleCharClass

JDK14RegexTranslator.SimpleCharClass(int containsBmp,
                                     int containsNonBmp)
Method Detail

outputBmp

void outputBmp(FastStringBuffer buf)
Specified by:
outputBmp in class JDK14RegexTranslator.CharClass

outputComplementBmp

void outputComplementBmp(FastStringBuffer buf)
Specified by:
outputComplementBmp in class JDK14RegexTranslator.CharClass

inClassOutputBmp

abstract void inClassOutputBmp(FastStringBuffer buf)