HomeSort by relevance Sort by last modified time
    Searched refs:testAddr (Results 1 - 25 of 70) sorted by null

1 2 3

  /libcore/luni/src/test/java/tests/org/w3c/dom/
GetAttributeNS.java 82 // Element testAddr;
86 // testAddr = (Element) elementList.item(0);
87 // attrValue = testAddr.getAttributeNS(namespaceURI, localName);
97 Element testAddr;
103 testAddr = (Element) elementList.item(0);
104 assertNotNull("empAddrNotNull", testAddr);
105 testAddr.setAttributeNodeNS(newAttribute);
107 testAddr = (Element) elementList.item(0);
108 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
116 Element testAddr;
    [all...]
GetAttributeNodeNS.java 79 Element testAddr;
83 testAddr = (Element) elementList.item(0);
84 assertNotNull("empAddrNotNull", testAddr);
85 attribute = testAddr.getAttributeNodeNS(namespaceURI, localName);
91 Element testAddr;
96 testAddr = (Element) elementList.item(0);
97 assertNotNull("empAddrNotNull", testAddr);
98 attribute = testAddr.getAttributeNodeNS("http://www.nist.gov",
SetAttributeNS.java 84 Node testAddr;
87 testAddr = elementList.item(0);
92 ((Element) /* Node */testAddr).setAttributeNS(namespaceURI,
105 Node testAddr;
108 testAddr = elementList.item(0);
114 ((Element) /* Node */testAddr).setAttributeNS(namespaceURI,
164 Node testAddr;
172 testAddr = elementList.item(0);
173 assertNotNull("empAddrNotNull", testAddr);
174 ((Element) /* Node */testAddr).setAttributeNS("http://www.nist.gov"
    [all...]
SetAttributeNodeNS.java 89 Node testAddr;
93 testAddr = elementList.item(0);
94 assertNotNull("empAddrNotNull", testAddr);
96 testAddr.appendChild(newElement);
103 ((Element) /* Node */testAddr).setAttributeNodeNS(newAttr);
153 Node testAddr;
158 testAddr = elementList.item(0);
159 assertNotNull("empAddrNotNull", testAddr);
161 newAddrAttr = ((Element) /* Node */testAddr)
168 Node testAddr;
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getAttributeNS03.java 71 Element testAddr;
75 testAddr = (Element) elementList.item(0);
76 assertNotNull("empAddrNotNull", testAddr);
77 testAddr.removeAttributeNS(namespaceURI, localName);
78 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
removeAttributeNS02.java 81 Node testAddr;
89 testAddr = elementList.item(0);
90 ((Element) /*Node */testAddr).removeAttributeNS("http://www.nist.gov", "local1");
92 testAddr = elementList.item(0);
93 addrAttr = ((Element) /*Node */testAddr).getAttributeNodeNS("http://www.nist.gov", "local1");
94 attr = ((Element) /*Node */testAddr).getAttributeNS("http://www.nist.gov", "local1");
97 prefix = testAddr.getPrefix();
getAttributeNodeNS01.java 72 Element testAddr;
76 testAddr = (Element) elementList.item(0);
77 assertNotNull("empAddrNotNull", testAddr);
78 attribute = testAddr.getAttributeNodeNS(namespaceURI, localName);
setAttributeNodeNS03.java 74 Node testAddr;
79 testAddr = elementList.item(0);
80 assertNotNull("empAddrNotNull", testAddr);
82 newAddrAttr = ((Element) /*Node */testAddr).setAttributeNodeNS(newAttr);
getAttributeNS02.java 74 Element testAddr;
80 testAddr = (Element) elementList.item(0);
81 assertNotNull("empAddrNotNull", testAddr);
82 districtAttr = testAddr.setAttributeNodeNS(newAttribute);
84 testAddr = (Element) elementList.item(0);
85 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
setAttributeNS04.java 80 Node testAddr;
88 testAddr = elementList.item(0);
89 assertNotNull("empAddrNotNull", testAddr);
90 ((Element) /*Node */testAddr).setAttributeNS("http://www.nist.gov", "newprefix:zone", "newValue");
91 addrAttr = ((Element) /*Node */testAddr).getAttributeNodeNS("http://www.nist.gov", "zone");
92 resultAttr = ((Element) /*Node */testAddr).getAttributeNS("http://www.nist.gov", "zone");
setAttributeNS09.java 75 Node testAddr;
83 testAddr = elementList.item(0);
84 assertNotNull("empAddrNotNull", testAddr);
85 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
86 addrAttr = ((Element) /*Node */testAddr).getAttributeNodeNS(namespaceURI, localName);
87 resultAttr = ((Element) /*Node */testAddr).getAttributeNS(namespaceURI, localName);
getAttributeNS04.java 74 Element testAddr;
80 testAddr = (Element) elementList.item(0);
81 assertNotNull("empAddrNotNull", testAddr);
82 testAddr.setAttributeNS(namespaceURI, qualifiedName, "NewValue");
83 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
setAttributeNS05.java 76 Node testAddr;
81 testAddr = elementList.item(0);
82 assertNotNull("empAddrNotNull", testAddr);
83 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "<newValue>");
84 resultAttr = ((Element) /*Node */testAddr).getAttributeNS(namespaceURI, localName);
setAttributeNodeNS01.java 80 Node testAddr;
86 testAddr = elementList.item(0);
87 assertNotNull("empAddrNotNull", testAddr);
89 appendedChild = testAddr.appendChild(newElement);
96 setAttr2 = ((Element) /*Node */testAddr).setAttributeNodeNS(newAttr);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeattributenodeattribute.java 64 Element testAddr;
70 testAddr = (Element) elementList.item(0);
71 addrAttr = testAddr.getAttributes();
hc_nodeattributenodename.java 63 Element testAddr;
68 testAddr = (Element) elementList.item(0);
69 addrAttr = testAddr.getAttributeNode("title");
hc_nodeattributenodetype.java 64 Element testAddr;
69 testAddr = (Element) elementList.item(0);
70 addrAttr = testAddr.getAttributeNode("title");
hc_nodeattributenodevalue.java 65 Element testAddr;
70 testAddr = (Element) elementList.item(0);
71 addrAttr = testAddr.getAttributeNode("title");
hc_nodetextnodeattribute.java 64 Node testAddr;
69 testAddr = elementList.item(0);
70 textNode = testAddr.getFirstChild();
hc_nodetextnodename.java 60 Element testAddr;
65 testAddr = (Element) elementList.item(0);
66 textNode = testAddr.getFirstChild();
hc_nodetextnodetype.java 64 Element testAddr;
69 testAddr = (Element) elementList.item(0);
70 textNode = testAddr.getFirstChild();
hc_nodetextnodevalue.java 65 Element testAddr;
70 testAddr = (Element) elementList.item(0);
71 textNode = testAddr.getFirstChild();
nodeattributenodeattribute.java 65 Element testAddr;
71 testAddr = (Element) elementList.item(0);
72 addrAttr = testAddr.getAttributes();
nodeattributenodename.java 66 Element testAddr;
71 testAddr = (Element) elementList.item(0);
72 addrAttr = testAddr.getAttributeNode("domestic");
nodeattributenodetype.java 65 Element testAddr;
70 testAddr = (Element) elementList.item(0);
71 addrAttr = testAddr.getAttributeNode("domestic");

Completed in 274 milliseconds

1 2 3