Lines Matching refs:notationDeclHandler
582 #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()
4340 if (notationDeclHandler) { in doProlog()
4365 if (declNotationName && notationDeclHandler) { in doProlog()
4373 notationDeclHandler(handlerArg, in doProlog()
4383 if (declNotationPublicId && notationDeclHandler) { in doProlog()
4385 notationDeclHandler(handlerArg, in doProlog()
4697 if (notationDeclHandler) in doProlog()