com.icl.saxon.om
public abstract class Name extends Object
Constructor and Description |
---|
Name() |
Modifier and Type | Method and Description |
---|---|
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
|
public static boolean isNCName(String name)
public static boolean isQName(String name)
public static final String getPrefix(String qname)