net.sf.saxon.om
public final class Name10Checker extends NameChecker
| Field Summary | |
|---|---|
| static Name10Checker | theInstance |
| Method Summary | |
|---|---|
| static Name10Checker | getInstance()
Get the singular instance of this class |
| String | getXMLVersion()
Return the XML version supported by this NameChecker
|
| boolean | isNCNameChar(int ch)
Test whether a character can appear in an NCName
|
| boolean | isNCNameStartChar(int ch)
Test whether a character can appear at the start of an NCName
|
| boolean | isValidChar(int ch)
Test whether a character is a valid XML character
|
| static void | main(String[] args) |
Returns: the singular instance of this class
Returns: "1.0" as a string
Parameters: ch the character to be tested
Returns: true if this is a valid character in an NCName the selected version of XML
Parameters: ch the character to be tested
Returns: true if this is a valid character at the start of an NCName the selected version of XML
Parameters: ch the character to be tested
Returns: true if this is a valid character in the selected version of XML