|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.icl.saxon.om.Name
This class, a remnant of its former self, exists to contain some static methods
for validating the syntax of names.
Constructor Summary | |
Name()
|
Method Summary | |
static String |
getLocalName(String qname)
Extract the local name from a QName. |
static String |
getPrefix(String qname)
Extract the prefix from a QName. |
static boolean |
isNCName(String name)
Validate whether a given string constitutes a valid NCName, as defined in XML Namespaces |
static boolean |
isQName(String name)
Validate whether a given string constitutes a valid QName, as defined in XML Namespaces |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Name()
Method Detail |
public static boolean isNCName(String name)
public static boolean isQName(String name)
public static final String getPrefix(String qname)
public static final String getLocalName(String qname)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |