Package net.sf.saxon.regex
Class SurrogateRegexTranslator.Dot
java.lang.Object
net.sf.saxon.regex.SurrogateRegexTranslator.CharClass
net.sf.saxon.regex.SurrogateRegexTranslator.Dot
- Enclosing class:
SurrogateRegexTranslator
Character class representing the characters matched by the XPath "." metacharacter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidOutput a representation of the subset of this character class that's within the BMP, to a supplied buffervoidOutput a representation of the complement of the subset of this character class that's within the BMP, to a supplied bufferMethods inherited from class net.sf.saxon.regex.SurrogateRegexTranslator.CharClass
addNonBmpRanges, getContainsBmp, getContainsNonBmp, getSingleChar, output
-
Constructor Details
-
Dot
public Dot()Create a character class for the "." metacharacter
-
-
Method Details
-
outputBmp
Description copied from class:SurrogateRegexTranslator.CharClassOutput a representation of the subset of this character class that's within the BMP, to a supplied buffer- Specified by:
outputBmpin classSurrogateRegexTranslator.CharClass- Parameters:
buf- the supplied buffer
-
outputComplementBmp
Description copied from class:SurrogateRegexTranslator.CharClassOutput a representation of the complement of the subset of this character class that's within the BMP, to a supplied buffer- Specified by:
outputComplementBmpin classSurrogateRegexTranslator.CharClass- Parameters:
buf- the supplied buffer
-