Home
last modified time | relevance | path

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

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