org.jrdf.parser.rdfxml
Class XmlUtil
java.lang.Object
org.jrdf.parser.rdfxml.XmlUtil
public class XmlUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlUtil
public XmlUtil()
isNCName
public static boolean isNCName(String name)
- Checks whether the supplied String is an NCName (Namespace Classified Name)
as specified at
http://www.w3.org/TR/REC-xml-names/#NT-NCName.
isNCNameChar
public static boolean isNCNameChar(char c)
isLetter
public static boolean isLetter(char c)
isIdeographic
public static boolean isIdeographic(char c)
isCombiningChar
public static boolean isCombiningChar(char c)
isDigit
public static boolean isDigit(char c)
isExtender
public static boolean isExtender(char c)