Searched refs:AttributesNSImpl (Results 1 – 5 of 5) sorted by relevance
31 AttributesNSImpl = xmlreader.AttributesNSImpl variable370 AttributesNSImpl(newattrs, qnames))
340 class AttributesNSImpl(AttributesImpl): class
162 attributesNSImpl = xmlreader.AttributesNSImpl({},{})
18 from xml.sax.xmlreader import InputSource, AttributesImpl, AttributesNSImpl1337 self.verify_empty_nsattrs(AttributesNSImpl({}, {}))1340 attrs = AttributesNSImpl({(ns_uri, "attr") : "val"},
83 .. class:: AttributesNSImpl(attrs, qnames)