net.sf.saxon.type
Class RegexTranslator.SingleChar

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

static class RegexTranslator.SingleChar
extends RegexTranslator.SimpleCharClass


Constructor Summary
RegexTranslator.SingleChar(char c)
           
 
Method Summary
(package private)  void inClassOutputBmp(StringBuffer buf)
           
(package private)  void outputBmp(StringBuffer buf)
           
(package private)  int singleChar()
           
 
Methods inherited from class net.sf.saxon.type.RegexTranslator.SimpleCharClass
outputComplementBmp
 
Methods inherited from class net.sf.saxon.type.RegexTranslator.CharClass
addNonBmpRanges, getContainsBmp, getContainsNonBmp, highSurrogateRanges, lowSurrogateRanges, output, sortRangeList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexTranslator.SingleChar

RegexTranslator.SingleChar(char c)
Method Detail

singleChar

int singleChar()
Overrides:
singleChar in class RegexTranslator.CharClass

outputBmp

void outputBmp(StringBuffer buf)
Overrides:
outputBmp in class RegexTranslator.SimpleCharClass

inClassOutputBmp

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