Home | History | Annotate | Download | only in ref

Lines Matching defs:nextSibling

745         int nextSibling = _nextsib(index);
747 if (DTM.NULL == nextSibling)
749 else if (NOTPROCESSED == nextSibling)
752 ps.println("Next sibling: " + nextSibling);