|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectnet.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)
|
|
| Method Summary | |
|---|---|
void |
addNonBmpRanges(List ranges)
Add 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)
| Method Detail |
|---|
public void outputBmp(FastStringBuffer buf)
buf - the supplied bufferpublic void outputComplementBmp(FastStringBuffer buf)
buf - the supplied bufferpublic void addNonBmpRanges(List ranges)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||