Home
last modified time | relevance | path

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

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