org.cybergarage.xml
Class XML

java.lang.Object
  extended by org.cybergarage.xml.XML

public class XML
extends Object


Field Summary
static String CHARSET_UTF8
           
static String CONTENT_TYPE
           
 
Constructor Summary
XML()
           
 
Method Summary
static String escapeXMLChars(String input)
           
static String unescapeXMLChars(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values

CHARSET_UTF8

public static final String CHARSET_UTF8
See Also:
Constant Field Values
Constructor Detail

XML

public XML()
Method Detail

escapeXMLChars

public static final String escapeXMLChars(String input)

unescapeXMLChars

public static final String unescapeXMLChars(String input)


Copyright © 2009 DomoWare. All Rights Reserved.