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 TypeMethodDescriptionvoid
Output a representation of the subset of this character class that's within the BMP, to a supplied buffervoid
Output 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.CharClass
Output a representation of the subset of this character class that's within the BMP, to a supplied buffer- Specified by:
outputBmp
in classSurrogateRegexTranslator.CharClass
- Parameters:
buf
- the supplied buffer
-
outputComplementBmp
Description copied from class:SurrogateRegexTranslator.CharClass
Output a representation of the complement of the subset of this character class that's within the BMP, to a supplied buffer- Specified by:
outputComplementBmp
in classSurrogateRegexTranslator.CharClass
- Parameters:
buf
- the supplied buffer
-