See: Description
| Class | Description |
|---|---|
| DomUtil |
A collection of static utility methods for working with DOM trees.
|
| OutputUtil |
Contains static methods to generate XML output with a variety of format
options.
|
| ParseUtil |
A collection of static methods for parsing XML into a DOM, with or without
validation.
|
| SchemaUtil |
A collection of static utility methods for working with XML Schema
documents.
|
| XmlUtil |
A collection of static methods for manipulating XML as text.
|
| XsiUtil |
A collection of static utility methods for updating/extracting the DOM
with values defined by the XML Schema specification.
|
| Exception | Description |
|---|---|
| XmlException |
An unchecked exception for use by the utility classes, typically to wrap
a checked exception thrown the XML library.
|
misc.