Searched defs:child1 (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java348 * Figure out if child2 is after child1 in document order.
356 * @param parent Must be the parent of both child1 and child2.
357 * @param child1 Must be the child of parent and not equal to child2.
358 * @param child2 Must be the child of parent and not equal to child1.
359 * @return true if child 2 is after child1 in document order.
361 private static boolean isNodeAfterSibling(Node parent, Node child1, argument
366 short child1type = child1.getNodeType();
394 if (child1 == child || isNodeTheSame(child1, child))
438 if (child1
[all...]

Completed in 224 milliseconds