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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDocumentImpl.java1069 for (int nextkid = getFirstChild(nodeHandle); nextkid != NULL;
1070 nextkid = getNextSibling(nextkid)) {
1071 lastChild = nextkid;
1208 for (int nextkid = getFirstChild(parent); nextkid != nodeHandle;
1209 nextkid = getNextSibling(nextkid)) {
1210 kid = nextkid;
[all...]

Completed in 25 milliseconds