Searched refs:AttributesNSImpl (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Lib/xml/sax/ |
D | expatreader.py | 31 AttributesNSImpl = xmlreader.AttributesNSImpl variable 370 AttributesNSImpl(newattrs, qnames))
|
D | xmlreader.py | 340 class AttributesNSImpl(AttributesImpl): class
|
/external/python/cpython2/Lib/xml/sax/ |
D | expatreader.py | 31 AttributesNSImpl = xmlreader.AttributesNSImpl variable 373 AttributesNSImpl(newattrs, qnames))
|
D | xmlreader.py | 341 class AttributesNSImpl(AttributesImpl): class
|
/external/python/cpython2/Lib/test/ |
D | test_sax.py | 16 from xml.sax.xmlreader import InputSource, AttributesImpl, AttributesNSImpl 1006 self.verify_empty_nsattrs(AttributesNSImpl({}, {})) 1009 attrs = AttributesNSImpl({(ns_uri, "attr") : "val"},
|
/external/libxml2/python/ |
D | drv_libxml2.py | 162 attributesNSImpl = xmlreader.AttributesNSImpl({},{})
|
/external/python/cpython3/Lib/test/ |
D | test_sax.py | 18 from xml.sax.xmlreader import InputSource, AttributesImpl, AttributesNSImpl 1337 self.verify_empty_nsattrs(AttributesNSImpl({}, {})) 1340 attrs = AttributesNSImpl({(ns_uri, "attr") : "val"},
|
/external/python/cpython3/Doc/library/ |
D | xml.sax.reader.rst | 83 .. class:: AttributesNSImpl(attrs, qnames)
|
/external/python/cpython2/Doc/library/ |
D | xml.sax.reader.rst | 82 .. class:: AttributesNSImpl(attrs, qnames)
|