Searched defs:public_id (Results 1 – 6 of 6) sorted by relevance
| /external/python/cpython2/Lib/test/ |
| D | test_pyexpat.py | 628 def resolve_entity(context, base, system_id, public_id): argument 656 def resolve_entity(context, base, system_id, public_id): argument
|
| /external/python/cpython3/Lib/xml/sax/ |
| D | handler.py | 364 def startDTD(self, name, public_id, system_id): argument
|
| D | xmlreader.py | 212 def setPublicId(self, public_id): argument
|
| /external/python/cpython3/Lib/test/ |
| D | test_pyexpat.py | 696 def resolve_entity(context, base, system_id, public_id): argument 724 def resolve_entity(context, base, system_id, public_id): argument
|
| /external/python/cpython2/Lib/xml/sax/ |
| D | xmlreader.py | 210 def setPublicId(self, public_id): argument
|
| /external/python/cpython3/Lib/ |
| D | plistlib.py | 189 …ity_decl(self, entity_name, is_parameter_entity, value, base, system_id, public_id, notation_name): argument
|