Uses of Class
cdc.util.xml.XmlVersion
-
Packages that use XmlVersion Package Description cdc.util.xml -
-
Uses of XmlVersion in cdc.util.xml
Fields in cdc.util.xml declared as XmlVersion Modifier and Type Field Description protected XmlVersion
XmlWriter. version
Methods in cdc.util.xml that return XmlVersion Modifier and Type Method Description static XmlVersion
XmlVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static XmlVersion[]
XmlVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.util.xml with parameters of type XmlVersion Modifier and Type Method Description void
XmlHandler. beginDocument(XmlVersion version)
Begins an XML document, using writer's encoding.void
XmlWriter. beginDocument(XmlVersion version)
Begins an XML document, using writer's encoding.static boolean
XmlUtils. isValidXml(String s, XmlVersion version)
static boolean
XmlUtils. isXmlChar(int codePoint, XmlVersion version)
static String
XmlUtils. validate(String s, XmlVersion version, FailureReaction reaction)
static String
XmlUtils. validate(String s, XmlVersion version, FailureReaction reaction, int def)
Checks that a string contains only valid characters, and replaces invalid chars.
-