Uses of Class
cdc.util.xml.XmlUtils.Context
-
Packages that use XmlUtils.Context Package Description cdc.util.xml -
-
Uses of XmlUtils.Context in cdc.util.xml
Methods in cdc.util.xml that return XmlUtils.Context Modifier and Type Method Description static XmlUtils.ContextXmlUtils.Context. valueOf(String name)Returns the enum constant of this type with the specified name.static XmlUtils.Context[]XmlUtils.Context. 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 XmlUtils.Context Modifier and Type Method Description static StringXmlUtils. escape(String s, XmlUtils.Context context, XmlUtils.EscapingPolicy policy)Returns an escaped version of a string.static booleanXmlUtils. needsEscape(String s, XmlUtils.Context context, XmlUtils.EscapingPolicy policy)Returnstrueis a string must be escaped.
-