org.apache.xerces.dom
public class DeferredElementDefinitionImpl extends ElementDefinitionImpl implements DeferredNode
I've included this in Level 1 purely as an anchor point for default attributes. In Level 2 it should enable the ChildRule support.
Version: $Id: DeferredElementDefinitionImpl.java,v 1.14 2004/10/05 17:12:51 mrglavas Exp $
Field Summary | |
---|---|
protected int | fNodeIndex Node index. |
Method Summary | |
---|---|
int | getNodeIndex() Returns the node index. |
protected void | synchronizeChildren() Synchronizes the default attribute values. |
protected void | synchronizeData() Synchronizes the data (name and value) for fast nodes. |