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

/libcore/luni/src/main/java/org/w3c/dom/
H A DElement.java117 * URI, use the <code>setAttributeNodeNS</code> method.
195 * and use <code>setAttributeNodeNS</code> or
305 public Attr setAttributeNodeNS(Attr newAttr) method in interface:Element
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DElementImpl.java263 setAttributeNodeNS(attr);
294 public Attr setAttributeNodeNS(Attr newAttr) throws DOMException { method in class:ElementImpl
384 return ElementImpl.this.setAttributeNodeNS((Attr)arg);

Completed in 5 milliseconds