Class WstxDOMWrappingWriter

  • All Implemented Interfaces:
    XMLStreamWriter, org.codehaus.stax2.typed.TypedXMLStreamWriter, org.codehaus.stax2.validation.Validatable, org.codehaus.stax2.XMLStreamWriter2

    public class WstxDOMWrappingWriter
    extends org.codehaus.stax2.ri.dom.DOMWrappingWriter
    This is an adapter class that allows building a DOM tree using XMLStreamWriter interface.

    Note that the implementation is only to be used for use with javax.xml.transform.dom.DOMResult.

    Some notes regarding missing/incomplete functionality:

    • Validation functionality not implemented
    Author:
    Tatu Saloranta, Dan Diephouse