Home
last modified time | relevance | path

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

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