Class XMLStreamReaderWrapper

java.lang.Object
org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper
All Implemented Interfaces:
XMLStreamConstants, XMLStreamReader
Direct Known Subclasses:
XMLStreamReaderValidator

public class XMLStreamReaderWrapper extends Object implements XMLStreamReader
Base class for XMLStreamReader wrappers. The class provides default implementations for all methods. Each of them calls the corresponding method in the parent reader. This class is similar to StreamReaderDelegate, with the difference that it is immutable.