Class StreamWriterBufferCreator

All Implemented Interfaces:
XMLStreamWriter, org.jvnet.staxex.XMLStreamWriterEx

public class StreamWriterBufferCreator extends AbstractCreator implements org.jvnet.staxex.XMLStreamWriterEx
XMLStreamWriter that fills MutableXMLStreamBuffer.

TODO: need to retain all attributes/namespaces and then store all namespaces before the attributes. Currently it is necessary for the caller to ensure all namespaces are written before attributes and the caller must not intermix calls to the writeNamespace and writeAttribute methods.