Home
last modified time | relevance | path

Searched refs:setAttributeNodeNS (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/xml/dom/
Dpulldom.py90 node.setAttributeNodeNS(attr)
98 node.setAttributeNodeNS(attr)
Dminidom.py794 setAttributeNodeNS = setAttributeNode variable in Element
/external/python/cpython2/Lib/xml/dom/
Dpulldom.py96 node.setAttributeNodeNS(attr)
104 node.setAttributeNodeNS(attr)
Dminidom.py745 setAttributeNodeNS = setAttributeNode variable in Element
/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/python/cpython2/Doc/library/
Dxml.dom.rst685 .. method:: Element.setAttributeNodeNS(newAttr)
/external/python/cpython3/Doc/library/
Dxml.dom.rst670 .. method:: Element.setAttributeNodeNS(newAttr)