Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java475 public void removeAttributeNS(String namespaceURI, String localName) in removeAttributeNS() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1225 public final void removeAttributeNS(String namespaceURI, String localName) in removeAttributeNS() method in DTMNodeProxy
/external/python/cpython2/Lib/xml/dom/
Dminidom.py754 def removeAttributeNS(self, namespaceURI, localName): member in Element
/external/python/cpython3/Lib/xml/dom/
Dminidom.py814 def removeAttributeNS(self, namespaceURI, localName): member in Element