Package com.abstractics.utils.xml

Class Summary
DOMUtils Various utility methods to deal with parsing XML into Document Object Models, getting values from a DOM, and transforming a DOM back into XML.
All parsing activities rely on the JDK javax.xml.parsers.DocumentBuilderFactory for parsing.
All transformation activities rely on the JDK javax.xml.transform.TransformerFactory for transformation.
 

Exception Summary
XmlException General exception that is thrown from the DOMUtils static methods.