Class WstxDOMWrappingWriter

  • All Implemented Interfaces:
    XMLStreamWriter, TypedXMLStreamWriter, Validatable, XMLStreamWriter2

    public class WstxDOMWrappingWriter
    extends 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