Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/xml/sax/
Dexpatreader.py266 parser.EndCdataSectionHandler = None
272 parser.EndCdataSectionHandler = lex.endCDATA
/external/python/cpython2/Lib/xml/sax/
Dexpatreader.py269 parser.EndCdataSectionHandler = None
275 parser.EndCdataSectionHandler = lex.endCDATA
/external/python/cpython2/Doc/library/
Dpyexpat.rst403 :attr:`EndCdataSectionHandler`, and :attr:`ElementDeclHandler` callbacks to
461 Called at the start of a CDATA section. This and :attr:`EndCdataSectionHandler`
466 .. method:: xmlparser.EndCdataSectionHandler()
/external/python/cpython3/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()
/external/python/cpython3/Lib/test/
Dtest_pyexpat.py114 def EndCdataSectionHandler(self): member in ParseTest.Outputter
/external/python/cpython2/Lib/test/
Dtest_pyexpat.py107 def EndCdataSectionHandler(self): member in ParseTest.Outputter
/external/python/cpython3/Lib/xml/dom/
Dexpatbuilder.py188 parser.EndCdataSectionHandler = self.end_cdata_section_handler
/external/python/cpython2/Lib/xml/dom/
Dexpatbuilder.py188 parser.EndCdataSectionHandler = self.end_cdata_section_handler
/external/python/cpython3/Modules/
Dpyexpat.c2064 HANDLER_INFO(EndCdataSectionHandler)