| 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 |
A
XMLStreamWriter that used for MTOM encoding may provide its own
AttachmentMarshaller. |
| PrefixFactory |
Interface for prefix factories.
|
| Class | Description |
|---|---|
| DOMStreamReader |
Create an
XMLStreamReader on top of a DOM tree. |
| 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.
|
| XMLStreamReaderUtil.AttributesImpl.AttributeInfo | |
| 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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.