org.apache.xerces.dom

Class DeferredElementDefinitionImpl

public class DeferredElementDefinitionImpl extends ElementDefinitionImpl implements DeferredNode

NON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type.

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 $

UNKNOWN:

Field Summary
protected intfNodeIndex
Node index.
Method Summary
intgetNodeIndex()
Returns the node index.
protected voidsynchronizeChildren()
Synchronizes the default attribute values.
protected voidsynchronizeData()
Synchronizes the data (name and value) for fast nodes.

Field Detail

fNodeIndex

protected transient int fNodeIndex
Node index.

Method Detail

getNodeIndex

public int getNodeIndex()
Returns the node index.

synchronizeChildren

protected void synchronizeChildren()
Synchronizes the default attribute values.

synchronizeData

protected void synchronizeData()
Synchronizes the data (name and value) for fast nodes.
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.