|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.regex.SurrogateRegexTranslator.CharClass
net.sf.saxon.java.JDK14RegexTranslator.Subtraction
static class JDK14RegexTranslator.Subtraction
Constructor Summary | |
---|---|
JDK14RegexTranslator.Subtraction(SurrogateRegexTranslator.CharClass cc1,
SurrogateRegexTranslator.CharClass cc2)
|
Method Summary | |
---|---|
void |
addNonBmpRanges(java.util.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 net.sf.saxon.regex.SurrogateRegexTranslator.CharClass |
---|
getContainsBmp, getContainsNonBmp, getSingleChar, output |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
JDK14RegexTranslator.Subtraction(SurrogateRegexTranslator.CharClass cc1, SurrogateRegexTranslator.CharClass cc2)
Method Detail |
---|
public void outputBmp(FastStringBuffer buf)
SurrogateRegexTranslator.CharClass
outputBmp
in class SurrogateRegexTranslator.CharClass
buf
- the supplied bufferpublic void outputComplementBmp(FastStringBuffer buf)
SurrogateRegexTranslator.CharClass
outputComplementBmp
in class SurrogateRegexTranslator.CharClass
buf
- the supplied bufferpublic void addNonBmpRanges(java.util.List ranges)
SurrogateRegexTranslator.CharClass
addNonBmpRanges
in class SurrogateRegexTranslator.CharClass
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 |