Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java443 public Attr setAttributeNodeNS(Attr newAttr) throws DOMException in setAttributeNodeNS() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1257 public final Attr setAttributeNodeNS(Attr newAttr) throws DOMException in setAttributeNodeNS() method in DTMNodeProxy
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp1856 PassRefPtrWillBeRawPtr<Attr> Element::setAttributeNodeNS(Attr* attr, ExceptionState& exceptionState) in setAttributeNodeNS() function in blink::Element