net.sf.saxon.regex
Class JDK14RegexTranslator.Property

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

static class JDK14RegexTranslator.Property
extends JDK14RegexTranslator.SimpleCharClass


Constructor Summary
JDK14RegexTranslator.Property(java.lang.String name)
           
 
Method Summary
(package private)  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.Property

JDK14RegexTranslator.Property(java.lang.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