/external/python/cpython3/Lib/xml/sax/ |
D | expatreader.py | 397 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): argument 400 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): argument 403 def notation_decl(self, name, base, sysid, pubid): argument 406 def external_entity_ref(self, context, base, sysid, pubid): argument
|
/external/python/cpython2/Lib/xml/sax/ |
D | expatreader.py | 400 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): argument 403 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): argument 406 def notation_decl(self, name, base, sysid, pubid): argument 409 def external_entity_ref(self, context, base, sysid, pubid): argument
|
/external/cronet/third_party/libxml/src/ |
D | xmlwriter.c | 2832 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterStartDTD() 3051 const xmlChar * pubid, in xmlTextWriterWriteFormatDTD() 3082 const xmlChar * pubid, in xmlTextWriterWriteVFormatDTD() 3117 const xmlChar * pubid, in xmlTextWriterWriteDTD() 3858 const xmlChar * pubid, in xmlTextWriterWriteDTDEntity() 3935 const xmlChar * pubid, in xmlTextWriterWriteDTDExternalEntity() 3981 const xmlChar * pubid, in xmlTextWriterWriteDTDExternalEntityContents() 4114 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterWriteDTDNotation()
|
D | testapi.c | 43313 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterStartDTD() local 44004 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTD() local 44164 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDEntity() local 44240 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDExternalEntity() local 44305 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDExternalEntityContents() local 44417 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDNotation() local
|
/external/libxml2/ |
D | xmlwriter.c | 2832 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterStartDTD() 3051 const xmlChar * pubid, in xmlTextWriterWriteFormatDTD() 3082 const xmlChar * pubid, in xmlTextWriterWriteVFormatDTD() 3117 const xmlChar * pubid, in xmlTextWriterWriteDTD() 3858 const xmlChar * pubid, in xmlTextWriterWriteDTDEntity() 3935 const xmlChar * pubid, in xmlTextWriterWriteDTDExternalEntity() 3981 const xmlChar * pubid, in xmlTextWriterWriteDTDExternalEntityContents() 4114 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterWriteDTDNotation()
|
D | testapi.c | 43313 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterStartDTD() local 44004 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTD() local 44164 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDEntity() local 44240 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDExternalEntity() local 44305 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDExternalEntityContents() local 44417 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDNotation() local
|
/external/python/cpython2/Lib/ |
D | xmllib.py | 743 def handle_doctype(self, tag, pubid, syslit, data): argument 815 def handle_doctype(self, tag, pubid, syslit, data): argument
|
/external/python/cpython2/Lib/test/ |
D | test_xml_etree.py | 2224 def doctype(self, name, pubid, system): argument 2314 def doctype(self, name, pubid, system): argument 2332 def doctype(self, name, pubid, system): argument
|
/external/expat/expat/xmlwf/ |
D | xmlwf.c | 687 const XML_Char *sysid, const XML_Char *pubid, in metaStartDoctypeDecl()
|
/external/python/cpython3/Lib/test/ |
D | test_xml_etree.py | 3361 def doctype(self, name, pubid, system): argument 3452 def doctype(self, name, pubid, system): argument
|
/external/python/cpython2/Lib/xml/etree/ |
D | ElementTree.py | 1639 def doctype(self, name, pubid, system): argument
|
/external/python/cpython3/Modules/ |
D | _elementtree.c | 3498 const XML_Char *pubid, in expat_start_doctype_handler()
|
/external/expat/expat/tests/ |
D | runtests.c | 215 const XML_Char *sysid, const XML_Char *pubid, in dummy_start_doctype_handler() 379 const XML_Char *sysid, const XML_Char *pubid, in dummy_start_doctype_decl_handler()
|