Searched refs:oldAttr (Results 1 – 4 of 4) sorted by relevance
69 Attr oldAttr; in runTest() local76 oldAttr = testAddress.setAttributeNode(newAttribute); in runTest()77 assertNull("old_attr_doesnt_exist", oldAttr); in runTest()
151 public Attr removeAttributeNode(Attr oldAttr) in removeAttributeNode() argument
233 public Attr removeAttributeNode(Attr oldAttr) throws DOMException { in removeAttributeNode() argument234 AttrImpl oldAttrImpl = (AttrImpl) oldAttr; in removeAttributeNode()