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.Context
XmlUtils.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 void
XmlUtils. appendEscaped(StringBuilder builder, String s, XmlUtils.Context context, XmlUtils.EscapingPolicy policy)
static String
XmlUtils. escape(String s, XmlUtils.Context context, XmlUtils.EscapingPolicy policy)
Returns an escaped version of a string.static boolean
XmlUtils. needsEscape(String s, XmlUtils.Context context, XmlUtils.EscapingPolicy policy)
Returnstrue
is a string must be escaped.
-