Class ProxyNode<T extends Node,S extends org.apache.axiom.om.OMInformationItem>

java.lang.Object
org.apache.axis2.saaj.ProxyNode<T,S>
All Implemented Interfaces:
Node
Direct Known Subclasses:
NodeImpl, SAAJDocument

public abstract class ProxyNode<T extends Node,S extends org.apache.axiom.om.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.