Searched refs:EndCdataSectionHandler (Results 1 – 9 of 9) sorted by relevance
266 parser.EndCdataSectionHandler = None272 parser.EndCdataSectionHandler = lex.endCDATA
269 parser.EndCdataSectionHandler = None275 parser.EndCdataSectionHandler = lex.endCDATA
374 :attr:`EndCdataSectionHandler`, and :attr:`ElementDeclHandler` callbacks to430 Called at the start of a CDATA section. This and :attr:`EndCdataSectionHandler`435 .. method:: xmlparser.EndCdataSectionHandler()
403 :attr:`EndCdataSectionHandler`, and :attr:`ElementDeclHandler` callbacks to461 Called at the start of a CDATA section. This and :attr:`EndCdataSectionHandler`466 .. method:: xmlparser.EndCdataSectionHandler()
107 def EndCdataSectionHandler(self): member in ParseTest.Outputter
114 def EndCdataSectionHandler(self): member in ParseTest.Outputter
188 parser.EndCdataSectionHandler = self.end_cdata_section_handler
1919 HANDLER_INFO(EndCdataSectionHandler)