Module java.xml

Class EventReaderDelegate

java.lang.Object
javax.xml.stream.util.EventReaderDelegate
All Implemented Interfaces:
Iterator<Object>, XMLEventReader

public class EventReaderDelegate extends Object implements XMLEventReader
This is the base class for deriving an XMLEventReader filter. This class is designed to sit between an XMLEventReader and an application's XMLEventReader. By default each method does nothing but call the corresponding method on the parent interface.
Since:
1.6
See Also: