Package | Description |
---|---|
cdc.util.xml |
Modifier and Type | Field | Description |
---|---|---|
protected XmlVersion |
XmlWriter.version |
Modifier and Type | Method | Description |
---|---|---|
static XmlVersion |
XmlVersion.valueOf(java.lang.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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
XmlWriter.beginDocument(XmlVersion version) |
Begins an XML document, using writer's encoding.
|
static boolean |
XmlUtil.isValidXml(java.lang.String s,
XmlVersion version) |
|
static boolean |
XmlUtil.isXmlChar(int codePoint,
XmlVersion version) |
|
static java.lang.String |
XmlUtil.validate(java.lang.String s,
XmlVersion version,
FailureReaction reaction) |
|
static java.lang.String |
XmlUtil.validate(java.lang.String s,
XmlVersion version,
FailureReaction reaction,
int def) |
Checks that a string contains only valid characters, and replaces invalid chars.
|
Copyright © 2019. All rights reserved.