Package org.apache.abdera.util
Class XmlUtil
- java.lang.Object
-
- org.apache.abdera.util.XmlUtil
-
public class XmlUtil extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXmlUtil.XMLVersion
-
Constructor Summary
Constructors Constructor Description XmlUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XmlUtil.XMLVersiongetVersion(java.lang.String version)static booleanrestricted(XmlUtil.XMLVersion version, char c)static booleanrestricted(XmlUtil.XMLVersion version, int c)
-
-
-
Method Detail
-
restricted
public static boolean restricted(XmlUtil.XMLVersion version, char c)
-
restricted
public static boolean restricted(XmlUtil.XMLVersion version, int c)
-
getVersion
public static XmlUtil.XMLVersion getVersion(java.lang.String version)
-
-