HomeSort by relevance Sort by last modified time
    Searched refs:testNode (Results 26 - 50 of 1459) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
hasAttributeNS01.java 71 Element testNode;
75 testNode = (Element) elementList.item(0);
76 state = testNode.hasAttributeNS(namespaceURI, localName);
hasAttributeNS02.java 70 Element testNode;
74 testNode = (Element) elementList.item(0);
75 state = testNode.hasAttributeNS(namespaceURI, localName);
ownerElement01.java 67 Node testNode;
74 testNode = addressList.item(0);
75 attributes = testNode.getAttributes();
hasAttributeNS04.java 77 Element testNode;
81 testNode = (Element) elementList.item(0);
82 assertNotNull("empAddressNotNull", testNode);
83 state = testNode.hasAttributeNS(namespaceURI, localName);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrspecifiedvalueremove.java 78 Node testNode;
84 testNode = addressList.item(2);
85 ((Element) /*Node */testNode).removeAttribute("street");
86 attributes = testNode.getAttributes();
hc_attrnormalize.java 61 Node testNode;
71 testNode = acronymList.item(3);
72 attributes = testNode.getAttributes();
78 ((Element) /*Node */testNode).normalize();
attrcreatetextnode.java 68 Node testNode;
74 testNode = addressList.item(3);
75 attributes = testNode.getAttributes();
attrcreatetextnode2.java 67 Node testNode;
73 testNode = addressList.item(3);
74 attributes = testNode.getAttributes();
attrdefaultvalue.java 77 Node testNode;
83 testNode = addressList.item(0);
84 attributes = testNode.getAttributes();
attrnotspecifiedvalue.java 74 Node testNode;
80 testNode = addressList.item(0);
81 attributes = testNode.getAttributes();
hc_attrappendchild1.java 61 Node testNode;
70 testNode = acronymList.item(3);
71 attributes = testNode.getAttributes();
hc_attrappendchild2.java 60 Node testNode;
69 testNode = acronymList.item(3);
70 attributes = testNode.getAttributes();
hc_attrappendchild3.java 61 Node testNode;
72 testNode = acronymList.item(3);
73 attributes = testNode.getAttributes();
hc_attrappendchild4.java 64 Node testNode;
73 testNode = acronymList.item(3);
74 attributes = testNode.getAttributes();
hc_attrappendchild5.java 62 Node testNode;
73 testNode = acronymList.item(3);
74 attributes = testNode.getAttributes();
hc_attrchildnodes1.java 61 Node testNode;
69 testNode = acronymList.item(3);
70 attributes = testNode.getAttributes();
hc_attrchildnodes2.java 60 Node testNode;
69 testNode = acronymList.item(3);
70 attributes = testNode.getAttributes();
hc_attrclonenode1.java 60 Node testNode;
70 testNode = acronymList.item(3);
71 attributes = testNode.getAttributes();
hc_attrcreatetextnode.java 67 Node testNode;
73 testNode = addressList.item(3);
74 attributes = testNode.getAttributes();
hc_attrcreatetextnode2.java 67 Node testNode;
73 testNode = addressList.item(3);
74 attributes = testNode.getAttributes();
hc_attrfirstchild.java 61 Node testNode;
69 testNode = acronymList.item(3);
70 attributes = testNode.getAttributes();
hc_attrgetvalue2.java 62 Node testNode;
72 testNode = acronymList.item(3);
73 attributes = testNode.getAttributes();
hc_attrinsertbefore1.java 61 Node testNode;
73 testNode = acronymList.item(3);
74 attributes = testNode.getAttributes();
hc_attrinsertbefore2.java 61 Node testNode;
72 testNode = acronymList.item(3);
73 attributes = testNode.getAttributes();
hc_attrinsertbefore5.java 64 Node testNode;
74 testNode = acronymList.item(3);
75 attributes = testNode.getAttributes();

Completed in 264 milliseconds

12 3 4 5 6 7 8 91011>>