Package org.apache.abdera.util
Class XmlUtil
- java.lang.Object
-
- org.apache.abdera.util.XmlUtil
-
@Deprecated(since="2021-07-29") public class XmlUtil extends java.lang.Object
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XmlUtil.XMLVersion
Deprecated.
-
Constructor Summary
Constructors Constructor Description XmlUtil()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static XmlUtil.XMLVersion
getVersion(java.lang.String version)
Deprecated.static boolean
restricted(XmlUtil.XMLVersion version, char c)
Deprecated.static boolean
restricted(XmlUtil.XMLVersion version, int c)
Deprecated.
-
-
-
Method Detail
-
restricted
public static boolean restricted(XmlUtil.XMLVersion version, char c)
Deprecated.
-
restricted
public static boolean restricted(XmlUtil.XMLVersion version, int c)
Deprecated.
-
getVersion
public static XmlUtil.XMLVersion getVersion(java.lang.String version)
Deprecated.
-
-