net.sf.saxon.type
Class RegexTranslator.CharRange

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

static class RegexTranslator.CharRange
extends RegexTranslator.SimpleCharClass


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

Constructor Detail

RegexTranslator.CharRange

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

inClassOutputBmp

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

addNonBmpRanges

void addNonBmpRanges(List ranges)
Overrides:
addNonBmpRanges in class RegexTranslator.CharClass