Method Summary |
|
public static String | stringToXml(String pString) Converts normal string to XML string by replacing characters restricted in XML
by their codes. |
public static String | stringToXmlComment(String pString) Converts normal string to string able to be used in XML comments. |
public static String | suggestNamespacePrefix(String pNamespaceName) This utility method will generate the unique prefix for the given namespace.
It guarantees that for any given namespace - the generated prefix will always be the unique and the
same within single JVM run. |
public static String | unwrapCDATA(String pString) |
public static String | wrapCDATA(String pString) |
public static String | xmlToString(String pString) Converts XML string to normal string by replacing special character combinations
XML by their ASCII counterparts. |