Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c582 #define notationDeclHandler (parser->m_notationDeclHandler) macro
862 notationDeclHandler = NULL; in parserInit()
1000 XML_NotationDeclHandler oldNotationDeclHandler = notationDeclHandler; in XML_ExternalEntityParserCreate()
1064 notationDeclHandler = oldNotationDeclHandler; in XML_ExternalEntityParserCreate()
1383 notationDeclHandler = handler; in XML_SetNotationDeclHandler()
4353 if (notationDeclHandler) { in doProlog()
4378 if (declNotationName && notationDeclHandler) { in doProlog()
4386 notationDeclHandler(handlerArg, in doProlog()
4396 if (declNotationPublicId && notationDeclHandler) { in doProlog()
4398 notationDeclHandler(handlerArg, in doProlog()
[all …]