| Interface | Description |
|---|---|
| XMLUnitEvent |
Interface characterizing an arbitrary XML unit event.
|
| XMLUnitStreamHandler |
Interface to be implemented by an object that is able to handle an
event stream representing an XML document as a sequence of
unit descriptors.
|
| Class | Description |
|---|---|
| EndDocumentEvent |
An "end document" XML unit event.
|
| EndElementEvent |
An "end element" XML unit event.
|
| StartDocumentEvent |
A "start document" XML unit event.
|
| StartElementEvent |
A "start element" XML unit event.
|
| XMLUnitDOMBuilder |
A converter that can generate a DOM document from a suitable sequence
of
XMLUnitEvents. |
| XMLUnitFilter |
A SAX XML document filter that converts its XML input event stream
into a stream of top-level XML unit descriptors.
|
| XMLUnitReader |
A non-standard SAX XML reader implementation that uses a suitable
sequence of
XMLUnitEvents as its source, rather than using
a conventional SAX InputSource. |