public final class XmlHelper extends Object
Modifier and Type | Field and Description |
---|---|
static int |
REPLACEMENT_CHAR |
Constructor and Description |
---|
XmlHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
replaceInvalidXmlChars(String value)
Return a string with any character invalid for XML 1.0 replaced
with the Unicode replacement character.
|
static boolean |
validXmlChar(int c)
Returns true if this is a valid XML 1.0 character.
|
public static final int REPLACEMENT_CHAR
Copyright © 2000–2024 Packwood Software. All rights reserved.