net.sf.saxon.regex
Class JDK14RegexTranslator.CharRange

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.CharRange
Enclosing class:
JDK14RegexTranslator

static class JDK14RegexTranslator.CharRange
extends JDK14RegexTranslator.SimpleCharClass


Constructor Summary
JDK14RegexTranslator.CharRange(int lower, int upper)
           
 
Method Summary
(package private)  void addNonBmpRanges(java.util.List ranges)
           
(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
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.CharRange

JDK14RegexTranslator.CharRange(int lower,
                               int upper)
Method Detail

inClassOutputBmp

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

addNonBmpRanges

void addNonBmpRanges(java.util.List ranges)
Overrides:
addNonBmpRanges in class JDK14RegexTranslator.CharClass