| Class | Description |
|---|---|
| SAXFeature |
Delegate method for use in SAXReader and SAXWriter
to handle getting and setting features
|
| SAXReader |
Partial implementation for SAX 2 Parser
This is a first version of the SAX 2 Parser,
ContentHandler only.
|
| SAXReader.Position |
an inner class to track the position within the document
with.
|
| SAXWriter |
A SAX method like XML writer
To be sure there is no such thing as a SAXWriter for SAX 2,
in as much as it isn't defined in the API.
|