Searched refs:fChildIndex (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNodeListCache.java44 int fChildIndex = -1; field in class:NodeListCache
H A DParentNode.java448 if (fNodeListCache.fChildIndex != -1) {
455 fNodeListCache.fChildIndex = -1;
518 if (fNodeListCache.fChildIndex != -1) {
522 fNodeListCache.fChildIndex--;
526 fNodeListCache.fChildIndex = -1;
702 if (fNodeListCache.fChildIndex != -1 &&
704 l = fNodeListCache.fChildIndex;
744 int i = fNodeListCache.fChildIndex;
776 fNodeListCache.fChildIndex = -1;
786 fNodeListCache.fChildIndex
[all...]
H A DCoreDocumentImpl.java2287 c.fChildIndex = -1;

Completed in 39 milliseconds