Home | History | Annotate | Download | only in ref

Lines Matching defs:getFirstChild

991          * (dtm.getFirstChild(nodeHandle)!=DTM.NULL) is just as fast and
999 return(getFirstChild(nodeHandle) != NULL);
1010 public int getFirstChild(int nodeHandle) {
1065 // do not need to test node type since getFirstChild does that
1067 for (int nextkid = getFirstChild(nodeHandle); nextkid != NULL;
1206 for (int nextkid = getFirstChild(parent); nextkid != nodeHandle;