Home
last modified time | relevance | path

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

/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Dhc_elementcreatenewattribute.java69 Attr oldAttr; in runTest() local
76 oldAttr = testAddress.setAttributeNode(newAttribute); in runTest()
77 assertNull("old_attr_doesnt_exist", oldAttr); in runTest()
Delementcreatenewattribute.java69 Attr oldAttr; in runTest() local
76 oldAttr = testAddress.setAttributeNode(newAttribute); in runTest()
77 assertNull("old_attr_doesnt_exist", oldAttr); in runTest()
/libcore/luni/src/main/java/org/w3c/dom/
DElement.java151 public Attr removeAttributeNode(Attr oldAttr) in removeAttributeNode() argument
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DElementImpl.java233 public Attr removeAttributeNode(Attr oldAttr) throws DOMException { in removeAttributeNode() argument
234 AttrImpl oldAttrImpl = (AttrImpl) oldAttr; in removeAttributeNode()