Package org.cybergarage.xml
Class XML
java.lang.Object
org.cybergarage.xml.XML
public class XML extends Object
-
Field Summary
Fields Modifier and Type Field Description static StringCHARSET_UTF8static StringDEFAULT_CONTENT_LANGUAGEstatic StringDEFAULT_CONTENT_TYPE -
Constructor Summary
Constructors Constructor Description XML() -
Method Summary
Modifier and Type Method Description static StringescapeXMLChars(String input)static StringunescapeXMLChars(String input)
-
Field Details
-
DEFAULT_CONTENT_TYPE
- See Also:
- Constant Field Values
-
DEFAULT_CONTENT_LANGUAGE
- See Also:
- Constant Field Values
-
CHARSET_UTF8
- See Also:
- Constant Field Values
-
-
Constructor Details
-
XML
public XML()
-
-
Method Details