| Interface | Description |
|---|---|
| Attributes |
The Attributes interface is essentially a version of the
org.xml.sax.Attributes interface modified to use the JAX-RPC QName class.
|
| PrefixFactory |
Interface for prefix factories.
|
| Stream | |
| XMLReader |
XMLReader provides a high-level streaming parser interface
for reading XML documents.
|
| XMLWriter |
The XMLWriter interface is used to write XML documents.
|
| Class | Description |
|---|---|
| ElementIdStack |
A stack of int-valued element IDs.
|
| Event |
An event contains all the current state of a StreamingParser.
|
| FastInfosetReader |
XMLReader provides a high-level streaming parser interface
for reading XML documents.
|
| FastInfosetReaderFactoryImpl |
A concrete factory for FI XMLReader objects.
|
| FastInfosetWriter | |
| FastInfosetWriterFactoryImpl |
A concrete factory for FI XMLWriter objects.
|
| LoggingXMLReader | |
| PrefixFactoryImpl |
A prefix factory that caches the prefixes it creates.
|
| RecordedXMLReader | |
| StAXReader |
An implementation of XMLReader that uses StAX
|
| StAXReader.AttributesImpl | |
| StAXWriter |
An implementation of XMLWriter that uses StAX
|
| StreamingParser |
A streaming parser derived from com.sun.xml.rpc.sp.StreamingParser[Impl].
|
| XMLReaderBase |
A base class for XMLReader implementations.
|
| XMLReaderFactory |
Define a factory API to enable pluggable XMLReader implementations.
|
| XMLReaderFactoryImpl |
A concrete factory for XMLReader objects.
|
| XMLReaderImpl |
A concrete XMLReader implementation class.
|
| XMLReaderUtil |
XMLReaderUtil provides some utility methods intended to be used
in conjunction with a XMLReader.
|
| XmlTreeReader | |
| XmlTreeWriter | |
| XMLWriterBase |
A base class for XMLWriter implementations.
|
| XMLWriterFactory |
Define a factory API to enable pluggable XMLWriter implementations.
|
| XMLWriterFactoryImpl |
A concrete factory for XMLWriter objects.
|
| XMLWriterImpl |
A concrete XMLWriter implementation class.
|
| XMLWriterUtil |
XMLWriterUtil provides some utility methods intended to be used
in conjunction with a XMLWriter.
|
| Exception | Description |
|---|---|
| StreamingException | |
| XMLReaderException |
XMLReaderException represents an exception that occurred while reading an
XML document.
|
| XmlTreeWriterException | |
| XMLWriterException |
XMLWriterException represents an exception that occurred while writing
an XML document.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.