| Interface | Description |
|---|---|
| Location |
Provides information on the location of an event.
|
| NamespaceContext |
This interface represents the XML namespace context stack while parsing.
|
| XMLStreamConstants |
This interface declares the constants used in this API.
|
| XMLStreamReader |
This interface is similar to
javax.xml.stream.XMLStreamReader; but it does not forces
dynamic allocation when parsing (its methods returns
CharArray instances instead of String). |
| XMLStreamWriter |
This interface is similar to
javax.xml.stream.XMLStreamWriter; but it does not forces
dynamic allocation when formatting (any CharSequence
can be used instead of String). |
| Class | Description |
|---|---|
| XMLInputFactory |
The class represents the factory for getting
XMLStreamReader
intances. |
| XMLOutputFactory |
The class represents the factory for getting
XMLStreamWriter
intances. |
| XMLStreamReaderImpl |
This class represents a
reusable
implementation of XMLStreamWriter. |
| XMLStreamWriterImpl |
This class represents a
reusable
implementation of XMLStreamWriter. |
| Exception | Description |
|---|---|
| XMLStreamException |
This class represents the base exception for unexpected processing errors.
|
Copyright © 2005 - 2007 Javolution.