Class AbstractAdapterNode

java.lang.Object
org.apache.struts2.result.xslt.AbstractAdapterNode
All Implemented Interfaces:
AdapterNode, Node
Direct Known Subclasses:
AbstractAdapterElement, ProxyNodeAdapter, SimpleAdapterDocument, SimpleTextNode

public abstract class AbstractAdapterNode extends Object implements AdapterNode
AbstractAdapterNode is the base for childAdapters that expose a read-only view of a Java object as a DOM Node. This class implements the core parent-child and sibling node traversal functionality shared by all adapter type nodes and used in proxy node support.
See Also: