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