Home
last modified time | relevance | path

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

/third_party/python/Lib/xml/sax/
Dexpatreader.py265 parser.StartCdataSectionHandler = None
271 parser.StartCdataSectionHandler = lex.startCDATA
/third_party/python/Lib/test/
Dtest_pyexpat.py111 def StartCdataSectionHandler(self): member in ParseTest.Outputter
/third_party/python/Doc/library/
Dpyexpat.rst373 these cases can use the :attr:`StartCdataSectionHandler`,
428 .. method:: xmlparser.StartCdataSectionHandler()
/third_party/python/Lib/xml/dom/
Dexpatbuilder.py187 parser.StartCdataSectionHandler = self.start_cdata_section_handler
/third_party/python/Modules/
Dpyexpat.c2063 HANDLER_INFO(StartCdataSectionHandler)