Home | History | Annotate | Download | only in ref

Lines Matching refs:_nextsib

555   protected int _nextsib(int identity)
745 int nextSibling = _nextsib(index);
993 firstChild = _nextsib(firstChild)) {
1004 firstChild = _nextsib(firstChild)) {
1032 child = _nextsib(child);
1142 return makeNodeHandle(_nextsib(makeNodeIdentity(nodeHandle)));
1159 while ((node = _nextsib(node)) != DTM.NULL &&
1195 node = _nextsib(node);