Searched refs:getPreviousSibling (Results 1 - 23 of 23) sorted by relevance

/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dnodegetprevioussibling.java31 * The "getPreviousSibling()" method returns the node
67 psNode = nameNode.getPreviousSibling();
71 psNode = psNode.getPreviousSibling();
H A Dattrprevioussiblingnull.java31 * The "getPreviousSibling()" method for an Attr node should return null.
73 s = domesticAttr.getPreviousSibling();
H A Dhc_attrprevioussiblingnull.java31 * The "getPreviousSibling()" method for an Attr node should return null.
72 s = domesticAttr.getPreviousSibling();
H A Dhc_nodegetprevioussibling.java31 * The "getPreviousSibling()" method returns the node
35 * invoke the "getPreviousSibling()" method. It should
70 psNode = nameNode.getPreviousSibling();
H A Dhc_nodegetprevioussiblingnull.java32 * "getPreviousSibling()" method returns null.
35 * invoke the "getPreviousSibling()" method. It should
71 psNode = fcNode.getPreviousSibling();
H A Dnodegetlastchild.java71 lchildNode = lchildNode.getPreviousSibling();
H A Dnodegetprevioussiblingnull.java32 * "getPreviousSibling()" method returns null.
35 * invoke the "getPreviousSibling()" method. It should
72 psNode = fcNode.getPreviousSibling();
H A Dhc_attrfirstchild.java78 otherChild = textNode.getPreviousSibling();
H A Dhc_attrlastchild.java78 otherChild = textNode.getPreviousSibling();
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
H A DLeafNodeImpl.java57 public Node getPreviousSibling() { method in class:LeafNodeImpl
H A DTextImpl.java117 for (Node p = getPreviousSibling(); p != null; p = p.getPreviousSibling()) {
162 Node previous = getPreviousSibling();
H A DNodeImpl.java130 public Node getPreviousSibling() { method in class:NodeImpl
/dalvik/libcore/xml/src/main/java/org/w3c/dom/
H A DNode.java252 public Node getPreviousSibling(); method in interface:Node
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java314 public int getPreviousSibling(int nodeHandle); method in interface:DTM
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java83 public Node getPreviousSibling() {return null;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
H A DElemTemplateElement.java405 (ElemTemplateElement) oldChildElem.getPreviousSibling();
1339 public Node getPreviousSibling() method in class:ElemTemplateElement
H A DElemNumber.java688 int prevSibling = dtm.getPreviousSibling(context);
872 int next = dtm.getPreviousSibling(pos);
917 pos = dtm.getPreviousSibling(pos);
H A DElemLiteralResult.java925 public Node getPreviousSibling() method in class:ElemLiteralResult.Attribute
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseTraversers.java1372 return getPreviousSibling(current);
1388 while (DTM.NULL != (current = getPreviousSibling(current)))
H A DDTMNodeProxy.java405 public final Node getPreviousSibling() method in class:DTMNodeProxy
408 int newnode = dtm.getPreviousSibling(node);
H A DDTMDefaultBase.java1176 public int getPreviousSibling(int nodeHandle) method in class:DTMDefaultBase
H A DDTMDocumentImpl.java1198 public int getPreviousSibling(int nodeHandle) { method in class:DTMDocumentImpl
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java518 public Node getPreviousSibling() method in class:UnImplNode
521 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getPreviousSibling not supported!");

Completed in 238 milliseconds