Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/xml/sax/
Dexpatreader.py31 AttributesNSImpl = xmlreader.AttributesNSImpl variable
354 AttributesNSImpl(newattrs, qnames))
Dxmlreader.py341 class AttributesNSImpl(AttributesImpl): class
/external/python/cpython2/Lib/test/
Dtest_sax.py15 from xml.sax.xmlreader import InputSource, AttributesImpl, AttributesNSImpl
990 self.verify_empty_nsattrs(AttributesNSImpl({}, {}))
993 attrs = AttributesNSImpl({(ns_uri, "attr") : "val"},
/external/libxml2/python/
Ddrv_libxml2.py162 attributesNSImpl = xmlreader.AttributesNSImpl({},{})
/external/python/cpython2/Doc/library/
Dxml.sax.reader.rst82 .. class:: AttributesNSImpl(attrs, qnames)