| |
|
| java.lang.Object net.sf.saxon.om.NameChecker net.sf.saxon.om.Name11Checker
Name11Checker | final public class Name11Checker extends NameChecker (Code) | | The class checks names against the rules of the XML 1.1 and XML Namespaces 1.1 specification
|
getXMLVersion | public String getXMLVersion()(Code) | | Return the XML version supported by this NameChecker
"1.1" as a string |
isValidChar | public boolean isValidChar(int ch)(Code) | | Test whether a character is a valid XML character
Parameters: ch - the character to be tested true if this is a valid character in the selected version of XML |
isValidNCName | public boolean isValidNCName(String name)(Code) | | Validate whether a given string constitutes a valid NCName, as defined in XML Namespaces.
Parameters: name - the name to be tested true if the name is a lexically-valid NCName |
|
|
|