Home
last modified time | relevance | path

Searched refs:getPreviousSibling (Results 1 – 14 of 14) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Dnodegetprevioussibling.java67 psNode = nameNode.getPreviousSibling(); in runTest()
71 psNode = psNode.getPreviousSibling(); in runTest()
Dhc_nodegetprevioussibling.java70 psNode = nameNode.getPreviousSibling(); in runTest()
Dnodegetprevioussiblingnull.java72 psNode = fcNode.getPreviousSibling(); in runTest()
Dhc_nodegetprevioussiblingnull.java71 psNode = fcNode.getPreviousSibling(); in runTest()
Dattrprevioussiblingnull.java73 s = domesticAttr.getPreviousSibling(); in runTest()
Dhc_attrprevioussiblingnull.java72 s = domesticAttr.getPreviousSibling(); in runTest()
Dnodegetlastchild.java71 lchildNode = lchildNode.getPreviousSibling(); in runTest()
Dhc_attrfirstchild.java78 otherChild = textNode.getPreviousSibling(); in runTest()
Dhc_attrlastchild.java78 otherChild = textNode.getPreviousSibling(); in runTest()
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DTextImpl.java117 for (Node p = getPreviousSibling(); p != null; p = p.getPreviousSibling()) { in firstTextNodeInCurrentRun()
162 Node previous = getPreviousSibling(); in minimize()
DLeafNodeImpl.java57 public Node getPreviousSibling() { in getPreviousSibling() method in LeafNodeImpl
DNodeImpl.java132 public Node getPreviousSibling() { in getPreviousSibling() method in NodeImpl
/libcore/luni/src/main/java/org/w3c/dom/
DNode.java252 public Node getPreviousSibling(); in getPreviousSibling() method
/libcore/luni/src/test/java/libcore/xml/
DDomTest.java816 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()