Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/w3c/dom/
DElement.java131 public Attr setAttributeNode(Attr newAttr) in setAttributeNode() method
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DElementImpl.java273 public Attr setAttributeNode(Attr newAttr) throws DOMException { in setAttributeNode() method in ElementImpl