org.apache.xerces.dom

Class DeferredElementNSImpl

public class DeferredElementNSImpl extends ElementNSImpl implements DeferredNode

DeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to ElementImpl.

See Also: DeferredElementImpl

UNKNOWN:

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 final int getNodeIndex()
Returns the node index.

synchronizeChildren

protected final 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 final void synchronizeData()
Synchronizes the data (name and value) for fast nodes.
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.