net.sf.saxon.regex
Class SurrogateRegexTranslator.Property
- SurrogateRegexTranslator
public static class SurrogateRegexTranslator.Property
Character class containing characters that share a given Unicode property
Property(String name) - Create a character class for a named property
|
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)
|
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 subset of this character class that's outwith the BMP, to
a supplied buffer.
|
Property
public Property(String name)
Create a character class for a named property
name
- the name of the property
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