Home
last modified time | relevance | path

Searched refs:doctypeName (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Modules/expat/
Dexpat.h300 const XML_Char *doctypeName,
Dxmlparse.c633 #define doctypeName (parser->m_doctypeName) macro
880 doctypeName = NULL; in parserInit()
3868 doctypeName = poolStoreString(&tempPool, enc, s, next); in doProlog()
3869 if (!doctypeName) in doProlog()
3879 startDoctypeDeclHandler(handlerArg, doctypeName, doctypeSysid, in doProlog()
3881 doctypeName = NULL; in doProlog()
3943 if (doctypeName) { in doProlog()
3944 startDoctypeDeclHandler(handlerArg, doctypeName, in doProlog()
/external/expat/lib/
Dexpat.h300 const XML_Char *doctypeName,
Dxmlparse.c641 #define doctypeName (parser->m_doctypeName) macro
915 doctypeName = NULL; in parserInit()
3904 doctypeName = poolStoreString(&tempPool, enc, s, next); in doProlog()
3905 if (!doctypeName) in doProlog()
3915 startDoctypeDeclHandler(handlerArg, doctypeName, doctypeSysid, in doProlog()
3917 doctypeName = NULL; in doProlog()
3979 if (doctypeName) { in doProlog()
3980 startDoctypeDeclHandler(handlerArg, doctypeName, in doProlog()
/external/python/cpython2/Lib/xml/dom/
Dexpatbuilder.py240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId, argument
243 doctypeName, publicId, systemId)
/external/python/cpython2/Modules/
Dpyexpat.c862 (void *userData, const XML_Char *doctypeName,
865 ("(NNNi)", string_intern(self, doctypeName),
/external/python/cpython2/Doc/library/
Dpyexpat.rst345 .. method:: xmlparser.StartDoctypeDeclHandler(doctypeName, systemId, publicId, has_internal_subset)
348 ...``). The *doctypeName* is provided exactly as presented. The *systemId* and
/external/expat/tests/
Druntests.c119 const XML_Char *UNUSED_P(doctypeName), in dummy_start_doctype_handler() argument