Lines Matching refs:notationDeclHandler
589 #define notationDeclHandler (parser->m_notationDeclHandler) macro
896 notationDeclHandler = NULL; in parserInit()
1034 XML_NotationDeclHandler oldNotationDeclHandler = notationDeclHandler; in XML_ExternalEntityParserCreate()
1098 notationDeclHandler = oldNotationDeclHandler; in XML_ExternalEntityParserCreate()
1417 notationDeclHandler = handler; in XML_SetNotationDeclHandler()
4391 if (notationDeclHandler) { in doProlog()
4416 if (declNotationName && notationDeclHandler) { in doProlog()
4424 notationDeclHandler(handlerArg, in doProlog()
4434 if (declNotationPublicId && notationDeclHandler) { in doProlog()
4436 notationDeclHandler(handlerArg, in doProlog()
4748 if (notationDeclHandler) in doProlog()