com.sun.xml.ws.streaming |
|
Java Source File Name | Type | Comment |
Attributes.java | Interface | The Attributes interface is essentially a version of the
org.xml.sax.Attributes interface modified to use the JAX-WS QName class.
Although namespace declarations can appear in the attribute list, the
actual values of the local name and URI properties are
implementation-specific. |
DOMStreamReader.java | Class | Create an
XMLStreamReader on top of a DOM tree. |
PrefixFactory.java | Interface | Interface for prefix factories. |
PrefixFactoryImpl.java | Class | A prefix factory that caches the prefixes it creates. |
SourceReaderFactory.java | Class | |
TidyXMLStreamReader.java | Class | Wrapper over XMLStreamReader. |
XMLReader.java | Interface | XMLReader provides a high-level streaming parser interface
for reading XML documents. |
XMLReaderException.java | Class | XMLReaderException represents an exception that occurred while reading an
XML document. |
XMLStreamReaderException.java | Class | XMLStream ReaderException represents an exception that occurred while reading an
XML document. |
XMLStreamReaderUtil.java | Class | XMLStreamReaderUtil provides some utility methods intended to be used
in conjunction with a StAX XMLStreamReader. |
XMLStreamWriterException.java | Class | XMLWriterException represents an exception that occurred while writing
an XML document. |
XMLStreamWriterUtil.java | Class | XMLStreamWriterUtil provides some utility methods intended to be used
in conjunction with a StAX XMLStreamWriter. |