| Interface | Description |
|---|---|
| Attributes |
The Attributes interface is essentially a version of the
org.xml.sax.Attributes interface modified to use the JAX-WS QName class.
|
| MtomStreamWriter | Deprecated
use org.jvnet.staxex.util.MtomStreamWriter
|
| PrefixFactory |
Interface for prefix factories.
|
| Class | Description |
|---|---|
| DOMStreamReader |
Create an
XMLStreamReader on top of a DOM tree. |
| DOMStreamReader.Scope |
Namespace declarations on one element.
|
| PrefixFactoryImpl |
A prefix factory that caches the prefixes it creates.
|
| SourceReaderFactory | |
| TidyXMLStreamReader |
Wrapper over XMLStreamReader.
|
| XMLStreamReaderUtil |
XMLStreamReaderUtil provides some utility methods intended to be used
in conjunction with a StAX XMLStreamReader.
|
| XMLStreamReaderUtil.AttributesImpl |
AttributesImpl class copied from old StAXReader.
|
| XMLStreamWriterUtil |
XMLStreamWriterUtil provides some utility methods intended to be used
in conjunction with a StAX XMLStreamWriter.
|
| Exception | Description |
|---|---|
| XMLReaderException |
XMLReaderException represents an exception that occurred while reading an
XML document.
|
| XMLStreamReaderException |
XMLStream ReaderException represents an exception that occurred while reading an
XML document.
|
| XMLStreamWriterException |
XMLWriterException represents an exception that occurred while writing
an XML document.
|
Copyright © 2015 Oracle Corporation. All rights reserved.