Home
last modified time | relevance | path

Searched refs:getAttributeNS (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_minidom.py420 self.assertEqual(child.getAttributeNS("http://www.w3.org", "python"),
422 self.assertEqual(child.getAttributeNS("http://www.w3.org", "other"),
425 self.assertEqual(child2.getAttributeNS("http://www.python.org", "missing"),
/third_party/python/Lib/xml/dom/
H A Dminidom.py739 def getAttributeNS(self, namespaceURI, localName): member in Element

Completed in 6 milliseconds