org.apache.xerces.dom

Class DeferredAttrNSImpl

public final class DeferredAttrNSImpl extends AttrNSImpl implements DeferredNode

DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to AttrImpl.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Version: $Id: DeferredAttrNSImpl.java,v 1.25 2004/10/05 17:12:50 mrglavas Exp $

Author: Andy Clark, IBM Arnaud Le Hors, IBM

See Also: DeferredAttrImpl

Field Summary
protected intfNodeIndex
Node index.
Method Summary
intgetNodeIndex()
Returns the node index.
protected voidsynchronizeChildren()
Synchronizes the node's children with the internal structure.
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 node's children with the internal structure. Fluffing the children at once solves a lot of work to keep the two structures in sync. The problem gets worse when editing the tree -- this makes it a lot easier.

synchronizeData

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