Home
last modified time | relevance | path

Searched refs:AttributesNSImpl (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/xml/sax/
Dexpatreader.py31 AttributesNSImpl = xmlreader.AttributesNSImpl variable
370 AttributesNSImpl(newattrs, qnames))
Dxmlreader.py340 class AttributesNSImpl(AttributesImpl): class
/third_party/libxml2/python/
Ddrv_libxml2.py162 attributesNSImpl = xmlreader.AttributesNSImpl({},{})
/third_party/python/Lib/test/
Dtest_sax.py18 from xml.sax.xmlreader import InputSource, AttributesImpl, AttributesNSImpl
1337 self.verify_empty_nsattrs(AttributesNSImpl({}, {}))
1340 attrs = AttributesNSImpl({(ns_uri, "attr") : "val"},
/third_party/python/Doc/library/
Dxml.sax.reader.rst83 .. class:: AttributesNSImpl(attrs, qnames)