Searched refs:getPreviousSibling (Results 1 – 14 of 14) sorted by relevance
67 psNode = nameNode.getPreviousSibling(); in runTest()71 psNode = psNode.getPreviousSibling(); in runTest()
70 psNode = nameNode.getPreviousSibling(); in runTest()
72 psNode = fcNode.getPreviousSibling(); in runTest()
71 psNode = fcNode.getPreviousSibling(); in runTest()
73 s = domesticAttr.getPreviousSibling(); in runTest()
72 s = domesticAttr.getPreviousSibling(); in runTest()
71 lchildNode = lchildNode.getPreviousSibling(); in runTest()
78 otherChild = textNode.getPreviousSibling(); in runTest()
117 for (Node p = getPreviousSibling(); p != null; p = p.getPreviousSibling()) { in firstTextNodeInCurrentRun()162 Node previous = getPreviousSibling(); in minimize()
57 public Node getPreviousSibling() { in getPreviousSibling() method in LeafNodeImpl
132 public Node getPreviousSibling() { in getPreviousSibling() method in NodeImpl
252 public Node getPreviousSibling(); in getPreviousSibling() method
816 assertNull(clonedName.getPreviousSibling()); in testCloneNode()829 assertNull(clonedChild.getPreviousSibling()); in testCloneNode()1405 while (current.getPreviousSibling() != null) { in testIterateBackwardsThroughInnerNodeSiblings()1406 current = current.getPreviousSibling(); in testIterateBackwardsThroughInnerNodeSiblings()1427 while (current.getPreviousSibling() != null) { in testIterateBackwardsThroughLeafNodeSiblings()1428 current = current.getPreviousSibling(); in testIterateBackwardsThroughLeafNodeSiblings()