Home
last modified time | relevance | path

Searched defs:setAttributeNS (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java490 public void setAttributeNS( in setAttributeNS() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1210 public final void setAttributeNS( in setAttributeNS() method in DTMNodeProxy
/external/python/cpython3/Lib/xml/dom/
Dminidom.py748 def setAttributeNS(self, namespaceURI, qualifiedName, value): member in Element
/external/python/cpython2/Lib/xml/dom/
Dminidom.py699 def setAttributeNS(self, namespaceURI, qualifiedName, value): member in Element