Class DOMOutput

  • All Implemented Interfaces:
    XmlOutput

    public final class DOMOutput
    extends SAXOutput
    XmlOutput implementation that does associative marshalling to DOM.

    This is used for binder.

    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • DOMOutput

        public DOMOutput​(org.w3c.dom.Node node,
                         AssociationMap assoc)
    • Method Detail

      • endStartTag

        public void endStartTag()
                         throws org.xml.sax.SAXException
        Specified by:
        endStartTag in interface XmlOutput
        Overrides:
        endStartTag in class SAXOutput
        Throws:
        org.xml.sax.SAXException