Home | History | Annotate | Download | only in dom

Lines Matching refs:nsURI

308 def _get_elements_by_tagName_ns_helper(parent, nsURI, localName, rc):
312 (nsURI == "*" or node.namespaceURI == nsURI)):
314 _get_elements_by_tagName_ns_helper(node, nsURI, localName, rc)
383 nsuri = self.namespaceURI
385 if nsuri and nsuri != XMLNS_NAMESPACE: