net.sf.saxon.regex
Class JDK14RegexTranslator.Property

java.lang.Object
  extended bynet.sf.saxon.regex.JDK14RegexTranslator.CharClass
      extended bynet.sf.saxon.regex.JDK14RegexTranslator.SimpleCharClass
          extended bynet.sf.saxon.regex.JDK14RegexTranslator.Property
Enclosing class:
JDK14RegexTranslator

static class JDK14RegexTranslator.Property
extends JDK14RegexTranslator.SimpleCharClass


Constructor Summary
(package private) JDK14RegexTranslator.Property(String name)
           
 
Method Summary
(package private)  void addNonBmpRanges(List ranges)
           
(package private)  int getContainsBmp()
           
(package private)  int getContainsNonBmp()
           
(package private)  int getSingleChar()
           
(package private) static String highSurrogateRanges(List ranges)
           
(package private)  void inClassOutputBmp(FastStringBuffer buf)
           
(package private) static String lowSurrogateRanges(List ranges)
           
(package private)  void output(FastStringBuffer buf)
           
(package private)  void outputBmp(FastStringBuffer buf)
           
(package private)  void outputComplementBmp(FastStringBuffer buf)
           
(package private) static void sortRangeList(List ranges)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDK14RegexTranslator.Property

JDK14RegexTranslator.Property(String name)
Method Detail

outputBmp

void outputBmp(FastStringBuffer buf)
Overrides:
outputBmp in class JDK14RegexTranslator.SimpleCharClass

inClassOutputBmp

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

outputComplementBmp

void outputComplementBmp(FastStringBuffer buf)
Overrides:
outputComplementBmp in class JDK14RegexTranslator.SimpleCharClass

getContainsBmp

int getContainsBmp()

getContainsNonBmp

int getContainsNonBmp()

output

final void output(FastStringBuffer buf)

highSurrogateRanges

static String highSurrogateRanges(List ranges)

lowSurrogateRanges

static String lowSurrogateRanges(List ranges)

getSingleChar

int getSingleChar()

addNonBmpRanges

void addNonBmpRanges(List ranges)

sortRangeList

static void sortRangeList(List ranges)