|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.barracuda.core.util.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 java.lang.String |
fromXMLUnicodeString(java.lang.String s)
Convert a String from XML unicode string. |
static void |
main(java.lang.String[] args)
Main method. |
static java.lang.String |
toXMLUnicodeString(java.lang.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 java.lang.String fromXMLUnicodeString(java.lang.String s)
s
- the String to be converted
public static java.lang.String toXMLUnicodeString(java.lang.String s)
s
- the String to be converted
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |