| Interface | Description |
|---|---|
| StAXHandler |
A receiver of XMLStreamReader (StAX) push-style events
|
| Class | Description |
|---|---|
| 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.
|
| GentleXmlResolver |
This resolver treats the systemID as a file path relative to the baseURI's path,
and reads the entity from the file found there, if any.
|
| 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.
|
| Enum | Description |
|---|---|
| ValueType |
These types correspond roughly to the XDM / XML Schema types
|
Copyright © 2013. All Rights Reserved.