|
|||||||
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.Empty
public static class SurrogateRegexTranslator.Empty
Character class that matches nothing
Method Summary | |
---|---|
static SurrogateRegexTranslator.Empty |
getInstance()
Return the singular instance of this 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 |
---|
addNonBmpRanges, getContainsBmp, getContainsNonBmp, getSingleChar, output |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SurrogateRegexTranslator.Empty getInstance()
public void inClassOutputBmp(FastStringBuffer buf)
SurrogateRegexTranslator.SimpleCharClass
inClassOutputBmp
in class SurrogateRegexTranslator.SimpleCharClass
buf
- the supplied buffer
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |