Home | History | Annotate | Download | only in dom

Lines Matching defs:getAttributeNodeNS

704         attr = self.getAttributeNodeNS(namespaceURI, localname)
727 def getAttributeNodeNS(self, namespaceURI, localName):
839 idAttr = self.getAttributeNodeNS(namespaceURI, localName)
1829 a = clone.getAttributeNodeNS(attr.namespaceURI, attr.localName)