|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.regex.SurrogateRegexTranslator.Complement
public static class SurrogateRegexTranslator.Complement
Character class representing the complement of another character class, that is, all characters that the other class doesn't match.
Constructor Summary | |
---|---|
SurrogateRegexTranslator.Complement(net.sf.saxon.regex.SurrogateRegexTranslator.CharClass cc)
Create a character class representing the complement of another character class |
Method Summary | |
---|---|
void |
addNonBmpRanges(List ranges)
Add to a supplied List, ranges of non-BMP characters that are matched by this character class. |
void |
outputBmp(FastStringBuffer buf)
Output a representation of the subset of this character class that's within the BMP, to a supplied buffer |
void |
outputComplementBmp(FastStringBuffer buf)
Output a representation of the complement of the subset of this character class that's within the BMP, to a supplied buffer |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SurrogateRegexTranslator.Complement(net.sf.saxon.regex.SurrogateRegexTranslator.CharClass cc)
cc
- the character class of which this is the complementMethod Detail |
---|
public void outputBmp(FastStringBuffer buf)
buf
- the supplied bufferpublic void outputComplementBmp(FastStringBuffer buf)
buf
- the supplied bufferpublic void addNonBmpRanges(List ranges)
ranges
- a List to which this method will add zero or more Range objects denoting ranges
of non-BMP characters
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |