Home
last modified time | relevance | path

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

/third_party/python/Lib/xml/sax/
Dexpatreader.py267 parser.StartDoctypeDeclHandler = None
273 parser.StartDoctypeDeclHandler = self.start_doctype_decl
/third_party/python/Lib/xml/dom/
Dexpatbuilder.py177 parser.StartDoctypeDeclHandler = self.start_doctype_decl_handler
877 parser.StartDoctypeDeclHandler = self.start_doctype_decl_handler
/third_party/python/Lib/test/
Dtest_pyexpat.py137 def StartDoctypeDeclHandler(self, *args): member in ParseTest.Outputter
/third_party/python/Doc/library/
Dpyexpat.rst188 called, but the :attr:`StartDoctypeDeclHandler` and
314 .. method:: xmlparser.StartDoctypeDeclHandler(doctypeName, systemId, publicId, has_internal_subset)
/third_party/python/Modules/
Dpyexpat.c2069 HANDLER_INFO(StartDoctypeDeclHandler)
/third_party/skia/third_party/externals/expat/expat/
DChanges965 o StartDoctypeDeclHandler takes 3 additional parameters: