Package com.persequor.xml
Class XmlUtilService
java.lang.Object
com.persequor.xml.XmlUtilService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic XmlUtilService
loadXMLFromString
(String xml) Deprecated.
-
Constructor Details
-
XmlUtilService
public XmlUtilService()
-
-
Method Details
-
getInstance
-
loadXMLFromString
Deprecated.useloadXML(String)
instead.loads XML document in from a string.- Parameters:
xml
- the xml to load into a Document- Returns:
- The Document
-
loadXML
- Throws:
XmlInvalidException
-
createNewDocument
-
loadXML(String)
instead.