net.sf.saxon.regex
Class JDK15RegexTranslator.Property

java.lang.Object
  extended by net.sf.saxon.regex.JDK15RegexTranslator.CharClass
      extended by net.sf.saxon.regex.JDK15RegexTranslator.SimpleCharClass
          extended by net.sf.saxon.regex.JDK15RegexTranslator.Property
Enclosing class:
JDK15RegexTranslator

static class JDK15RegexTranslator.Property
extends JDK15RegexTranslator.SimpleCharClass


Constructor Summary
JDK15RegexTranslator.Property(java.lang.String name)
           
 
Method Summary
(package private)  void inClassOutput(FastStringBuffer buf)
           
(package private)  void outputComplement(FastStringBuffer buf)
           
 
Methods inherited from class net.sf.saxon.regex.JDK15RegexTranslator.SimpleCharClass
output
 
Methods inherited from class net.sf.saxon.regex.JDK15RegexTranslator.CharClass
getSingleChar, sortRangeList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDK15RegexTranslator.Property

JDK15RegexTranslator.Property(java.lang.String name)
Method Detail

inClassOutput

void inClassOutput(FastStringBuffer buf)
Specified by:
inClassOutput in class JDK15RegexTranslator.SimpleCharClass

outputComplement

void outputComplement(FastStringBuffer buf)
Overrides:
outputComplement in class JDK15RegexTranslator.SimpleCharClass