Class ProxyNode<T extends Node,​S extends OMInformationItem>

  • All Implemented Interfaces:
    Node
    Direct Known Subclasses:
    NodeImpl, SAAJDocument

    public abstract class ProxyNode<T extends Node,​S extends OMInformationItem>
    extends Object
    implements Node
    A representation of a node (element) in a DOM representation of an XML document that provides some tree manipulation methods. This interface provides methods for getting the value of a node, for getting and setting the parent of a node, and for removing a node.