Class XFANodeHolder

java.lang.Object
com.adobe.xfa.dom.XFANodeHolder
All Implemented Interfaces:
Node

public abstract class XFANodeHolder extends Object
Base class for all classes that wrap XFA nodes (e.g., element, processing instruction). Indeed, the only notable exception to using this as a base is the AttrImpl class, since the XFA class attribute is not derived from the XFA node class.