/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
elementinuseattributeerr.java | 31 * The "setAttributeNode(newAttr)" method raises an 37 * and "setAttributeNode(newAttr)" methods are invoked 39 * Element. The "setAttributeNode(newAttr)" method is 85 setAttr1 = newElement.setAttributeNode(newAttribute); 90 setAttr2 = testAddress.setAttributeNode(newAttribute);
|
hc_elementinuseattributeerr.java | 31 * The "setAttributeNode(newAttr)" method raises an 77 setAttr1 = newElement.setAttributeNode(newAttribute); 82 setAttr2 = testAddress.setAttributeNode(newAttribute);
|
elementgetelementempty.java | 78 domesticAttr = testEmployee.setAttributeNode(newAttribute);
|
elementreplaceattributewithself.java | 31 * This test calls setAttributeNode to replace an attribute with itself. 71 replacedAttr = testEmployee.setAttributeNode(streetAttr);
|
elementreplaceexistingattribute.java | 31 * The "setAttributeNode(newAttr)" method adds a new 37 * new attribute node by invoking the "setAttributeNode(new 78 setAttr = testEmployee.setAttributeNode(newAttribute);
|
elementreplaceexistingattributegevalue.java | 31 * If the "setAttributeNode(newAttr)" method replaces an 76 streetAttr = testEmployee.setAttributeNode(newAttribute);
|
elementsetattributenodenull.java | 31 * The "setAttributeNode(newAttr)" method returns the 76 districtAttr = testEmployee.setAttributeNode(newAttribute);
|
hc_elementgetelementempty.java | 78 domesticAttr = testEmployee.setAttributeNode(newAttribute);
|
hc_elementreplaceattributewithself.java | 31 * This test calls setAttributeNode to replace an attribute with itself. 72 replacedAttr = testEmployee.setAttributeNode(streetAttr);
|
hc_elementreplaceexistingattribute.java | 31 * The "setAttributeNode(newAttr)" method adds a new 37 * new attribute node by invoking the "setAttributeNode(new 77 setAttr = testEmployee.setAttributeNode(newAttribute);
|
hc_elementreplaceexistingattributegevalue.java | 31 * If the "setAttributeNode(newAttr)" method replaces an 75 streetAttr = testEmployee.setAttributeNode(newAttribute);
|
hc_elementsetattributenodenull.java | 31 * The "setAttributeNode(newAttr)" method returns the 76 districtAttr = testEmployee.setAttributeNode(newAttribute);
|
elementcreatenewattribute.java | 31 * The "setAttributeNode(newAttr)" method adds a new 36 * "setAttributeNode(newAttr)" method. This test makes use 76 oldAttr = testAddress.setAttributeNode(newAttribute);
|
elementremoveattributeaftercreate.java | 76 districtAttr = testEmployee.setAttributeNode(newAttribute);
|
elementsetattributenodenomodificationallowederr.java | 31 * The "setAttributeNode(newAttr)" method for an attribute causes the 37 * from the entity reference by executing the "setAttributeNode(newAttr)" method. 94 badAttr = entElement.setAttributeNode(newAttr);
|
elementsetattributenodenomodificationallowederrEE.java | 31 * The "setAttributeNode(newAttr)" method for an attribute causes the 37 * from the entity reference by executing the "setAttributeNode(newAttr)" method. 95 badAttr = entElement.setAttributeNode(newAttr);
|
elementwrongdocumenterr.java | 31 * The "setAttributeNode(newAttr)" method raises an 88 attrAddress = testAddress.setAttributeNode(newAttribute);
|
hc_elementcreatenewattribute.java | 31 * The "setAttributeNode(newAttr)" method adds a new 36 * "setAttributeNode(newAttr)" method. This test makes use 76 oldAttr = testAddress.setAttributeNode(newAttribute);
|
hc_elementremoveattributeaftercreate.java | 76 districtAttr = testEmployee.setAttributeNode(newAttribute);
|
hc_elementwrongdocumenterr.java | 31 * The "setAttributeNode(newAttr)" method raises an 86 attrAddress = testAddress.setAttributeNode(newAttribute);
|
hc_namednodemapinuseattributeerr.java | 79 setAttr = firstNode.setAttributeNode(domesticAttr);
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
ElementHasAttribute.java | 82 element.setAttributeNode(attribute); 95 element.setAttributeNode(attribute);
|
ElementHasAttributeNS.java | 95 element.setAttributeNode(attribute); 111 element.setAttributeNode(attribute);
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
elementhasattribute03.java | 76 newAttribute = element.setAttributeNode(attribute);
|
elementhasattribute04.java | 73 newAttribute = element.setAttributeNode(attribute);
|