org.jrdf.parser.rdfxml
Class XmlUtil

java.lang.Object
  extended by org.jrdf.parser.rdfxml.XmlUtil

public class XmlUtil
extends Object


Constructor Summary
XmlUtil()
           
 
Method Summary
static boolean isCombiningChar(char c)
           
static boolean isDigit(char c)
           
static boolean isExtender(char c)
           
static boolean isIdeographic(char c)
           
static boolean isLetter(char c)
           
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.
static boolean isNCNameChar(char c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUtil

public XmlUtil()
Method Detail

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)