Class AbstractXMLStreamWriter

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

public abstract class AbstractXMLStreamWriter extends Object implements XMLStreamWriter
Deprecated.
This class is no longer maintained.
Partial implementation of the XMLStreamWriter interface. It handles namespace bindings, i.e. the methods related to the namespace context. Subclasses only need to implement write methods that take a prefix together with the namespace URI argument. This class implements all XMLStreamWriter methods that have a namespace URI argument, but no prefix argument.