Home
last modified time | relevance | path

Searched refs:property_lexical_handler (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/xml/sax/
Dhandler.py294 property_lexical_handler = "http://xml.org/sax/properties/lexical-handler" variable
337 all_properties = [property_lexical_handler,
Dexpatreader.py173 if name == handler.property_lexical_handler:
191 if name == handler.property_lexical_handler:
/external/python/cpython2/Lib/xml/sax/
Dhandler.py294 property_lexical_handler = "http://xml.org/sax/properties/lexical-handler" variable
337 all_properties = [property_lexical_handler,
Dexpatreader.py176 if name == handler.property_lexical_handler:
194 if name == handler.property_lexical_handler:
/external/libxml2/python/
Ddrv_libxml2.py69 property_lexical_handler, \
357 if name == property_lexical_handler:
366 if name == property_lexical_handler:
/external/python/cpython2/Doc/library/
Dxml.sax.handler.rst113 .. data:: property_lexical_handler
/external/python/cpython3/Doc/library/
Dxml.sax.handler.rst114 .. data:: property_lexical_handler