Home
last modified time | relevance | path

Searched refs:StartDoctypeDeclHandler (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/xml/sax/
Dexpatreader.py267 parser.StartDoctypeDeclHandler = None
273 parser.StartDoctypeDeclHandler = self.start_doctype_decl
/external/python/cpython2/Lib/xml/sax/
Dexpatreader.py270 parser.StartDoctypeDeclHandler = None
276 parser.StartDoctypeDeclHandler = self.start_doctype_decl
/external/python/cpython3/Lib/xml/dom/
Dexpatbuilder.py177 parser.StartDoctypeDeclHandler = self.start_doctype_decl_handler
877 parser.StartDoctypeDeclHandler = self.start_doctype_decl_handler
/external/python/cpython2/Lib/xml/dom/
Dexpatbuilder.py177 parser.StartDoctypeDeclHandler = self.start_doctype_decl_handler
889 parser.StartDoctypeDeclHandler = self.start_doctype_decl_handler
/external/python/cpython3/Lib/test/
Dtest_pyexpat.py137 def StartDoctypeDeclHandler(self, *args): member in ParseTest.Outputter
/external/python/cpython3/Doc/library/
Dpyexpat.rst188 called, but the :attr:`StartDoctypeDeclHandler` and
314 .. method:: xmlparser.StartDoctypeDeclHandler(doctypeName, systemId, publicId, has_internal_subset)
/external/python/cpython2/Doc/library/
Dpyexpat.rst190 called, but the :attr:`StartDoctypeDeclHandler` and
345 .. method:: xmlparser.StartDoctypeDeclHandler(doctypeName, systemId, publicId, has_internal_subset)
/external/python/cpython3/Modules/
Dpyexpat.c1924 HANDLER_INFO(StartDoctypeDeclHandler)
/external/expat/
DChanges859 o StartDoctypeDeclHandler takes 3 additional parameters: