Class ProxyTextNodeAdapter

All Implemented Interfaces:
AdapterNode, CharacterData, Node, Text

public class ProxyTextNodeAdapter extends ProxyNodeAdapter implements Text
ProxyTextNodeAdapter is a pass-through adapter for objects which already implement the Text interface. All methods are proxied to the underlying Node except getParent(), getNextSibling() and getPreviousSibling(), which are implemented by the abstract adapter node to work with the parent adapter.