Package com.persequor.xml
Class XmlUtilService
java.lang.Object
com.persequor.xml.XmlUtilService
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic XmlUtilServiceloadXMLFromString(String xml) Deprecated.
- 
Constructor Details- 
XmlUtilServicepublic XmlUtilService()
 
- 
- 
Method Details- 
getInstance
- 
loadXMLFromStringDeprecated.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.