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 XmlVersionXmlWriter. versionMethods in cdc.util.xml that return XmlVersion Modifier and Type Method Description static XmlVersionXmlVersion. 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 voidXmlWriter. beginDocument(XmlVersion version)Begins an XML document, using writer's encoding.static booleanXmlUtils. isValidXml(String s, XmlVersion version)static booleanXmlUtils. isXmlChar(int codePoint, XmlVersion version)static StringXmlUtils. validate(String s, XmlVersion version, FailureReaction reaction)static StringXmlUtils. validate(String s, XmlVersion version, FailureReaction reaction, int def)Checks that a string contains only valid characters, and replaces invalid chars.
-