Searched refs:oldAttr (Results 1 - 4 of 4) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Delementcreatenewattribute.java69 Attr oldAttr;
76 oldAttr = testAddress.setAttributeNode(newAttribute);
77 assertNull("old_attr_doesnt_exist", oldAttr);
H A Dhc_elementcreatenewattribute.java69 Attr oldAttr;
76 oldAttr = testAddress.setAttributeNode(newAttribute);
77 assertNull("old_attr_doesnt_exist", oldAttr);
/libcore/luni/src/main/java/org/w3c/dom/
H A DElement.java143 * @param oldAttr The <code>Attr</code> node to remove from the attribute
148 * <br>NOT_FOUND_ERR: Raised if <code>oldAttr</code> is not an attribute
151 public Attr removeAttributeNode(Attr oldAttr) argument
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DElementImpl.java233 public Attr removeAttributeNode(Attr oldAttr) throws DOMException { argument
234 AttrImpl oldAttrImpl = (AttrImpl) oldAttr;

Completed in 529 milliseconds