Interface Node

    • Method Detail

      • toXML

        java.lang.String toXML()
        Slow way to convert a node to XML
      • toXML

        Node toXML​(XMLWriter writer)
            throws java.io.IOException
        Fast way to convert many nodes to XML
        Throws:
        java.io.IOException
      • copy

        Node copy​(Node orig)
        Copy all data from orig into this
      • createClone

        Node createClone()
        Simulate clone()
      • copy

        Node copy()
        Simulate clone()