Home
last modified time | relevance | path

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

/third_party/python/Lib/xml/sax/
Dexpatreader.py266 parser.EndCdataSectionHandler = None
272 parser.EndCdataSectionHandler = lex.endCDATA
/third_party/python/Doc/library/
Dpyexpat.rst374 :attr:`EndCdataSectionHandler`, and :attr:`ElementDeclHandler` callbacks to
430 Called at the start of a CDATA section. This and :attr:`EndCdataSectionHandler`
435 .. method:: xmlparser.EndCdataSectionHandler()
/third_party/python/Lib/test/
Dtest_pyexpat.py114 def EndCdataSectionHandler(self): member in ParseTest.Outputter
/third_party/python/Lib/xml/dom/
Dexpatbuilder.py188 parser.EndCdataSectionHandler = self.end_cdata_section_handler
/third_party/python/Modules/
Dpyexpat.c2064 HANDLER_INFO(EndCdataSectionHandler)