Home
last modified time | relevance | path

Searched refs:notation_name (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/xml/sax/
Dexpatreader.py400 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): argument
401 self._dtd_handler.unparsedEntityDecl(name, pubid, sysid, notation_name)
/external/python/cpython2/Lib/xml/sax/
Dexpatreader.py403 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): argument
404 self._dtd_handler.unparsedEntityDecl(name, pubid, sysid, notation_name)
/external/python/cpython3/Lib/
Dplistlib.py180 …ity_decl(self, entity_name, is_parameter_entity, value, base, system_id, public_id, notation_name): argument