Class XMLStreamWriterWrapper

java.lang.Object
org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper
All Implemented Interfaces:
XMLStreamWriter

public class XMLStreamWriterWrapper extends Object implements XMLStreamWriter
Base class for XMLStreamWriter wrappers. The class provides default implementations for all methods. Each of them calls the corresponding method in the parent writer. Note that in contrast to XMLStreamReader, for which there is a StreamReaderDelegate, no equivalent exists in the StAX API for XMLStreamWriter.