Searched refs:getNextSibling (Results 1 - 25 of 30) sorted by relevance

12

/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dnodegetnextsibling.java31 * The "getNextSibling()" method returns the node immediately
67 nsNode = employeeIdNode.getNextSibling();
71 nsNode = nsNode.getNextSibling();
H A Dattrnextsiblingnull.java31 * The "getNextSibling()" method for an Attr node should return null.
73 s = domesticAttr.getNextSibling();
H A Dhc_attrnextsiblingnull.java31 * The "getNextSibling()" method for an Attr node should return null.
72 s = domesticAttr.getNextSibling();
H A Dhc_nodegetnextsibling.java31 * The "getNextSibling()" method returns the node immediately
35 * invoke the "getNextSibling()" method. It should return
70 nsNode = emNode.getNextSibling();
H A Dhc_nodegetnextsiblingnull.java32 * "getNextSibling()" method returns null.
35 * invoke the "getNextSibling()" method. It should
71 nsNode = lcNode.getNextSibling();
H A Dhc_textsplittextone.java78 secondPart = textNode.getNextSibling();
H A Dnodegetfirstchild.java71 fchildNode = fchildNode.getNextSibling();
H A Dnodegetnextsiblingnull.java32 * "getNextSibling()" method returns null.
35 * invoke the "getNextSibling()" method. It should
72 nsNode = lcNode.getNextSibling();
H A Dtextsplittextone.java79 secondPart = textNode.getNextSibling();
H A Delementgetelementsbytagnameaccessnodelist.java73 child = child.getNextSibling();
H A Dhc_attrfirstchild.java76 otherChild = textNode.getNextSibling();
H A Dhc_attrlastchild.java76 otherChild = textNode.getNextSibling();
H A Dhc_attrnormalize.java84 secondChild = firstChild.getNextSibling();
H A Dhc_attrsetvalue1.java82 otherChild = firstChild.getNextSibling();
H A Dhc_attrsetvalue2.java85 otherChild = firstChild.getNextSibling();
H A Dhc_elementgetelementsbytagnameaccessnodelist.java83 firstC = firstC.getNextSibling();
H A Dhc_elementnormalize2.java81 secondChild = firstChild.getNextSibling();
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DLeafNodeImpl.java45 public Node getNextSibling() { method in class:LeafNodeImpl
H A DTextImpl.java54 Node refNode = getNextSibling();
133 Node nextSibling = getNextSibling();
H A DInnerNodeImpl.java73 public Node getNextSibling() { method in class:InnerNodeImpl
159 next = node.getNextSibling();
209 Node next = child.getNextSibling();
225 child = child.getNextSibling();
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Dhc_nodedocumentfragmentnormalize1.java74 retval = txtNode.getNextSibling();
/libcore/luni/src/main/java/javax/xml/transform/dom/
H A DDOMResult.java302 public Node getNextSibling() { method in class:DOMResult
/libcore/luni/src/main/java/org/w3c/dom/
H A DNode.java258 public Node getNextSibling(); method in interface:Node
/libcore/luni/src/test/java/libcore/xml/
H A DNodeTest.java36 * For bug 779: Node#getNextSibling throws IndexOutOfBoundsException.
39 // Calling getNextSibling when there is no next sibling should return null.
44 assertNull(root.getNextSibling());
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DHCNodeDocumentFragmentNormalize.java66 retval = txtNode.getNextSibling();

Completed in 266 milliseconds

12