Searched refs:removeAttributeNode (Results 1 – 12 of 12) sorted by relevance
73 removedAttr = testEmployee.removeAttributeNode(streetAttr); in runTest()
81 attrAddress = testAddress.removeAttributeNode(oldAttribute); in runTest()
72 removedAttr = testEmployee.removeAttributeNode(streetAttr); in runTest()
82 attrAddress = testAddress.removeAttributeNode(oldAttribute); in runTest()
77 districtAttr = testEmployee.removeAttributeNode(newAttribute); in runTest()
81 removedAttr = testEmployee.removeAttributeNode(streetAttr); in runTest()
93 removedAttr = entElement.removeAttributeNode(attrNode); in runTest()
100 removedAttr = genElement.removeAttributeNode(attrNode); in runTest()
151 public Attr removeAttributeNode(Attr oldAttr) in removeAttributeNode() method
233 public Attr removeAttributeNode(Attr oldAttr) throws DOMException { in removeAttributeNode() method in ElementImpl
251 attr.ownerElement.removeAttributeNode(attr); in adoptNode()