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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DParentNode.java88 protected transient NodeListCache fNodeListCache = null; field in class:ParentNode
142 newnode.fNodeListCache = null;
444 if (fNodeListCache != null) {
445 if (fNodeListCache.fLength != -1) {
446 fNodeListCache.fLength++;
448 if (fNodeListCache.fChildIndex != -1) {
451 if (fNodeListCache.fChild == refInternal) {
452 fNodeListCache.fChild = newInternal;
455 fNodeListCache.fChildIndex = -1;
514 if (fNodeListCache !
[all...]
H A DElementNSImpl.java209 fNodeListCache = null;
H A DCoreDocumentImpl.java2291 c.fOwner.fNodeListCache = null;

Completed in 5205 milliseconds