javax.xml.stream.util |
|
Java Source File Name | Type | Comment |
EventReaderDelegate.java | Class | This is the base class for deriving an XMLEventReader
filter.
This class is designed to sit between an XMLEventReader and an
application's XMLEventReader. |
StreamReaderDelegate.java | Class | This is the base class for deriving an XMLStreamReader filter
This class is designed to sit between an XMLStreamReader and an
application's XMLStreamReader. |
XMLEventAllocator.java | Interface | This interface defines a class that allows a user to register
a way to allocate events given an XMLStreamReader. |
XMLEventConsumer.java | Interface | This interface defines an event consumer interface. |