|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openprivacy.reptile.xml.XMLStringCleanser
Class that can cleanse a string so that nothing can be present to break an XML parser. This is a VERY non-portable class as it is meant to work just with Xalan/Xerces and may remove more text and replace things that are non-XML centric.
Constructor Summary | |
XMLStringCleanser()
|
Method Summary | |
static java.lang.String |
cleanse(java.lang.String content)
|
static boolean |
isXMLCharacter(char c)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLStringCleanser()
Method Detail |
public static java.lang.String cleanse(java.lang.String content)
public static boolean isXMLCharacter(char c)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |