Package | Description |
---|---|
cdc.util.xml |
Modifier and Type | Method | Description |
---|---|---|
static XmlUtils.Context |
XmlUtils.Context.valueOf(java.lang.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.
|
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
XmlUtils.escape(java.lang.String s,
XmlUtils.Context context,
XmlUtils.EscapingPolicy policy) |
Returns an escaped version of a string.
|
static boolean |
XmlUtils.needsEscape(java.lang.String s,
XmlUtils.Context context,
XmlUtils.EscapingPolicy policy) |
Returns
true is a string must be escaped. |
Copyright © 2019. All rights reserved.