| java.lang.Object org.fao.geonet.csw.common.util.Xml
Xml | public class Xml (Code) | | This is a portion of the jeeves.utils.Xml class and is replicated here just
to avoid the jeeves jar
|
getString | public static String getString(Element data)(Code) | | Converts an xml element to a string
|
getString | public static String getString(Document data)(Code) | | |
loadStream | public static Element loadStream(InputStream input) throws IOException, JDOMException(Code) | | Loads an xml stream and returns its root node (validates the xml with a dtd)
|
loadString | public static Element loadString(String data, boolean validate) throws IOException, JDOMException(Code) | | Loads an xml file and returns its root node (validates the xml with a dtd)
|
|
|