| java.lang.Object org.apache.xerces.dom.NodeListCache
NodeListCache | class NodeListCache implements Serializable(Code) | | This class is used, via a pool managed on CoreDocumentImpl, in ParentNode to
improve performance of the NodeList accessors, getLength() and item(i).
author: Arnaud Le Hors, IBM version: $Id: NodeListCache.java 447266 2006-09-18 05:57:49Z mrglavas $ |
fChildIndex | int fChildIndex(Code) | | Last requested node index.
|
fLength | int fLength(Code) | | Cached node list length.
|
next | NodeListCache next(Code) | | Pointer to the next object on the list,
only meaningful when actully stored in the free list.
|
|
|