org.apache.xerces.dom
public class DeferredElementImpl extends ElementImpl implements DeferredNode
Elements may have Attributes associated with them; the API for this is defined in Node, but the function is implemented here. In general, XML applications should retrive Attributes as Nodes, since they may contain entity references and hence be a fairly complex sub-tree. HTML users will be dealing with simple string values, and convenience methods are provided to work in terms of Strings.
DeferredElementImpl inherits from ElementImpl which does not support Namespaces. DeferredElementNSImpl, which inherits from ElementNSImpl, does.
Since: PR-DOM-Level-1-19980818.
Version: $Id: DeferredElementImpl.java,v 1.18 2004/10/05 17:12:51 mrglavas Exp $
See Also:
INTERNAL:
Field Summary | |
---|---|
protected int | fNodeIndex Node index. |
Method Summary | |
---|---|
int | getNodeIndex() Returns the node index. |
protected void | synchronizeChildren() |
protected void | synchronizeData() Synchronizes the data (name and value) for fast nodes. |