|
Class Summary |
| EventToStaxBridge |
This class bridges EventIterator events to XMLStreamReader (Stax) events. |
| GentleXmlReader |
An XML parser that attempts to read the entity using the systemID, and if it
fails, returns an empty stream. |
| OffsetDocBuilder |
Holds an Offsets object that will accumulate offset information about a
document as it is parsed. |
| Offsets |
This class stores the offsets of text nodes and character entities in serialized XML. |
| QName |
|
| SaxonDocBuilder |
|
| Serializer |
Accumulates a serialized XML document from StAX events according to a prescribed set of conventions,
as follows:
Line endings are normalized; CDATA blocks are preserved; entities and numeric references are preserved; redundant namespace
declarations are dropped. |
| XmlBuilder |
|
| XmlReader |
Reads XML and passes events to a brigade of StAXHandlers. |