|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.barracudamvc.plankton.xml.XMLUtil
Utility functions for XML related text conversion. The functions we have in place at this time are used to convert xml based unicode text into Java based unicode and vica versa.
Constructor Summary | |
XMLUtil()
|
Method Summary | |
static String |
fromXMLUnicodeString(String s)
Convert a String from XML unicode string. |
static void |
main(String[] args)
Main method. |
static String |
toXMLUnicodeString(String s)
Convert a String to legal XML unicode string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLUtil()
Method Detail |
public static String fromXMLUnicodeString(String s)
s
- the String to be converted
public static String toXMLUnicodeString(String s)
s
- the String to be converted
public static void main(String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |