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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDeferredDocumentImpl.java94 protected transient int fNodeType[][]; field in class:DeferredDocumentImpl
614 int nodeType = fNodeType[nchunk][nindex];
707 clearChunkIndex(fNodeType, oachunk, oaindex);
716 clearChunkIndex(fNodeType, atchunk, atindex);
851 int type = getChunkIndex(fNodeType, chunk, index);
860 type = getChunkIndex(fNodeType, chunk, index);
916 if (getChunkIndex(fNodeType, nchunk, nindex) == Node.DOCUMENT_TYPE_NODE) {
934 if (getChunkIndex(fNodeType, nchunk, nindex) ==
957 int type = getChunkIndex(fNodeType, chunk, index);
959 clearChunkIndex(fNodeType, chun
[all...]

Completed in 33 milliseconds