Class ProxyAttrAdapter

All Implemented Interfaces:
AdapterNode, Attr, Node

public class ProxyAttrAdapter extends ProxyNodeAdapter implements Attr
ProxyAttrAdapter is a pass-through adapter for objects which already implement the Attr interface. All methods are proxied to the underlying Node except node traversal (e.g. getParent()) related methods which are implemented by the abstract adapter node to work with the parent adapter.