HomeSort by relevance Sort by last modified time
    Searched refs:item (Results 1101 - 1125 of 4164) sorted by null

<<41424344454647484950>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodecloneattributescopied.java 82 addressNode = elementList.item(1);
86 attributeNode = (Node) attributes.item(indexN10076);
hc_nodeelementnodeattributes.java 79 testAddr = (Element) elementList.item(2);
82 attrNode = (Node) addrAttr.item(indexN10070);
hc_nodeinsertbeforenodeancestor.java 77 employeeNode = elementList.item(1);
79 refChild = childList.item(0);
hc_nodeinsertbeforenodename.java 75 employeeNode = elementList.item(1);
77 refChild = childList.item(3);
hc_nodelistindexequalzero.java 73 employeeNode = elementList.item(2);
76 child = employeeList.item(0);
hc_nodelistreturnlastitem.java 33 * "item(index)" method with an index=length-1. This should
70 employeeNode = elementList.item(2);
74 child = employeeList.item(((int) /*int */index));
hc_nodelisttraverselist.java 82 employeeNode = elementList.item(2);
85 child = (Node) employeeList.item(indexN10073);
hc_noderemovechildgetnodename.java 75 employeeNode = elementList.item(1);
77 oldChild = childList.item(0);
hc_nodereplacechildnodeancestor.java 77 employeeNode = elementList.item(1);
79 oldChild = childList.item(0);
hc_nodereplacechildnodename.java 76 employeeNode = elementList.item(1);
78 oldChild = childList.item(0);
namednodemapinuseattributeerr.java 77 firstNode = (Element) elementList.item(0);
82 testNode = elementList.item(2);
nodecdatasectionnodevalue.java 80 cdataName = (Element) elementList.item(1);
82 child = childList.item(1);
nodechildnodes.java 77 employeeNode = elementList.item(1);
80 childNode = (Node) childNodes.item(indexN1006C);
nodecloneattributescopied.java 80 addressNode = elementList.item(1);
84 attributeNode = (Node) attributes.item(indexN10065);
nodeelementnodeattributes.java 79 testAddr = (Element) elementList.item(2);
82 attrNode = (Node) addrAttr.item(indexN1005C);
nodeinsertbeforenodeancestor.java 79 employeeNode = elementList.item(1);
81 refChild = childList.item(0);
nodeinsertbeforenodename.java 75 employeeNode = elementList.item(1);
77 refChild = childList.item(3);
nodelistreturnfirstitem.java 31 * Get the first child of the third employee using NodeList.item(0)
68 employeeNode = elementList.item(2);
70 child = employeeList.item(0);
noderemovechildgetnodename.java 72 employeeNode = elementList.item(1);
75 oldChild = childList.item(0);
nodereplacechildnodeancestor.java 79 employeeNode = elementList.item(1);
81 oldChild = childList.item(0);
nodereplacechildnodename.java 74 employeeNode = elementList.item(1);
77 oldChild = childList.item(1);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementsetattributenodens02.java 85 element = (Element) elementList.item(1);
88 element2 = (Element) elementList.item(2);
elementsetattributenodens03.java 84 element1 = (Element) elementList.item(1);
86 element2 = (Element) elementList.item(2);
getAttributeNS02.java 80 testAddr = (Element) elementList.item(0);
84 testAddr = (Element) elementList.item(0);
namednodemapsetnameditemns06.java 79 element = (Element) elementList.item(0);
82 element = (Element) elementList.item(1);

Completed in 329 milliseconds

<<41424344454647484950>>