Interface Summary |
AttributeInfo |
Interface that specifies additional access methods for accessing
combined attribute information reader has, after parsing individual
and combining that with DTD information (if any available; depends on
parser's mode). |
DTDInfo |
Interface that specifies additional access functionality to parsed DTD
information (if any); these methods are encapsulated on a separate
interface to keep the main reader interface from exploding. |
LocationInfo |
Interface that specifies additional access methods for accessing
full location information of an input location within a stream reader. |
XMLEventReader2 |
Extended interface that implements functionality that is missing
from XMLEventReader , based on findings on trying to
implement StAX API v1.0. |
XMLStreamLocation2 |
Extension of Location that adds accessor to retrieve nested
location information. |
XMLStreamProperties |
This interface defines configuration properties shared by multiple
kinds of factories (input, output, validation) or instances produces
(readers, writers, validators). |
XMLStreamReader2 |
Extended interface that implements functionality that is necessary
to properly build event API on top of XMLStreamReader . |
XMLStreamWriter2 |
Extended interface that implements functionality that is necessary
to properly build event API on top of XMLStreamWriter ,
as well as to configure individual instances. |