Home | History | Annotate | Download | only in dom3

Lines Matching refs:getFirstChild

276             nextNode = pos.getFirstChild();

349 nextNode = pos.getFirstChild();
1751 for (child = node.getFirstChild(); child != null; child = next) {