|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.framework.xml.XmlCleaner
public class XmlCleaner
Cleans comments, new-lines and namespaces from an XML string.
| Constructor Summary | |
|---|---|
XmlCleaner()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
clean(String xml)
Cleans an XML string. |
String |
polishCDataSections(String xml)
Polishes CDATA sections within an xml string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlCleaner()
| Method Detail |
|---|
public String clean(String xml)
xml - the string to modify
public String polishCDataSections(String xml)
xml - the string to modify
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||