Home
last modified time | relevance | path

Searched refs:setIdAttributeNS (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java1934 public void setIdAttributeNS(String namespaceURI, String localName, in setIdAttributeNS() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java2175 public void setIdAttributeNS(String namespaceURI, String localName, in setIdAttributeNS() method in DTMNodeProxy
/external/python/cpython2/Lib/test/
Dtest_minidom.py1328 e.setIdAttributeNS(NS1, "a1")
1332 e.setIdAttributeNS(NS2, "a2")
/external/python/cpython2/Lib/xml/dom/
Dminidom.py835 def setIdAttributeNS(self, namespaceURI, localName): member in Element