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.ObjectDeprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXmlUtil.XMLVersionDeprecated.
-
Constructor Summary
Constructors Constructor Description XmlUtil()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static XmlUtil.XMLVersiongetVersion(java.lang.String version)Deprecated.static booleanrestricted(XmlUtil.XMLVersion version, char c)Deprecated.static booleanrestricted(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.
-
-