See: Description
Class | Description |
---|---|
AbstractXMLStreamReader |
Partial implementation of the
XMLStreamReader interface. |
AbstractXMLStreamWriter |
Partial implementation of the
XMLStreamWriter interface. |
DummyLocation |
Dummy
Location implementation. |
WrappedTextNodeStreamReader |
XMLStreamReader implementation that
represents a text node wrapped inside an element. |
XMLEventUtils |
Contains utility methods related to StAX events.
|
XMLFragmentStreamReader |
Wrapping XML stream reader that reads a single element from the underlying stream.
|
XMLStreamReaderUtils |
Contains utility methods to work with
XMLStreamReader objects, including the extension
defined by DataHandlerReader . |
XMLStreamWriterUtils |
Contains utility methods to work with
XMLStreamWriter objects. |
XMLStreamWriterWriter |
Writer implementation that writes data as
XMLStreamConstants.CHARACTERS events to an XMLStreamWriter . |
Exception | Description |
---|---|
XMLStreamIOException |
IOException that wraps an XMLStreamException . |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.