|
|||||||
| 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.regex.SurrogateRegexTranslator.SimpleCharClass
net.sf.saxon.regex.SurrogateRegexTranslator.CharRange
public static class SurrogateRegexTranslator.CharRange
Character class that matches any character within a range of codepoints
| Constructor Summary | |
|---|---|
SurrogateRegexTranslator.CharRange(int lower,
int upper)
Create a character class for a range of characters |
|
| 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 |
inClassOutputBmp(FastStringBuffer buf)
Output a representation of the subset of this character class that's within the BMP, to a supplied buffer, using regex syntax that will be valid within a character class expression (that is, within square brackets) |
| Methods inherited from class net.sf.saxon.regex.SurrogateRegexTranslator.SimpleCharClass |
|---|
outputBmp, outputComplementBmp |
| 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 |
|---|
public SurrogateRegexTranslator.CharRange(int lower,
int upper)
lower - the lower end of the rangeupper - the upper end of the range| Method Detail |
|---|
public void inClassOutputBmp(FastStringBuffer buf)
SurrogateRegexTranslator.SimpleCharClass
inClassOutputBmp in class SurrogateRegexTranslator.SimpleCharClassbuf - the supplied bufferpublic void addNonBmpRanges(java.util.List ranges)
SurrogateRegexTranslator.CharClass
addNonBmpRanges in class SurrogateRegexTranslator.CharClassranges - 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 | ||||||