Interface DOMSerializer

    • Method Detail

      • serialize

        void serialize​(org.w3c.dom.Node node)
                throws java.io.IOException
        Serializes the DOM node. Throws an exception only if an I/O exception occured while serializing. This interface is a public API.
        Parameters:
        node - the DOM node to serialize
        Throws:
        java.io.IOException - if an I/O exception occured while serializing