org.openharmonise.commons.xml |
This contains general utilities for dealing with XML.
|
Java Source File Name | Type | Comment |
DocumentInstantiationException.java | Class | Thrown when an error occurs creating a org.w3c.dom.Document
implementation using JAXP for XMLDocument . |
XMLDocument.java | Class | This class is a Proxy implementation of the org.w3c.dom.Document interface
which allows a single class to wrap up whatever implementation of the interface is
currently used with in the Harmonise framework, and adding a couple of utility methods. |
XMLPrettyPrint.java | Class | This class prints XML, formatted so that it is nicely indented and empty elements
are self-closing. |
XMLUtils.java | Class | Class containing utility methods for processing XML Documents. |