net.sf.saxon.regex
Class SurrogateRegexTranslator.WideSingleChar
- SurrogateRegexTranslator
public static class SurrogateRegexTranslator.WideSingleChar
Character class that matches a single specific character outside the BMP
WideSingleChar(int c) - Create a character class for a single non-BMP character
|
void | addNonBmpRanges(List ranges)
|
int | getSingleChar()
|
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)
|
WideSingleChar
public WideSingleChar(int c)
Create a character class for a single non-BMP character
inClassOutputBmp
public 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)
- inClassOutputBmp in interface SurrogateRegexTranslator.SimpleCharClass
buf
- the supplied buffer