Home
last modified time | relevance | path

Searched defs:removeAttributeNode (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/
DElement.java151 public Attr removeAttributeNode(Attr oldAttr) in removeAttributeNode() method
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DElementImpl.java237 public Attr removeAttributeNode(Attr oldAttr) throws DOMException { in removeAttributeNode() method in ElementImpl