Lines Matching refs:m_notationDeclHandler
703 XML_NotationDeclHandler m_notationDeclHandler; member
1558 parser->m_notationDeclHandler = NULL;
1795 oldNotationDeclHandler = parser->m_notationDeclHandler;
1855 parser->m_notationDeclHandler = oldNotationDeclHandler;
2213 parser->m_notationDeclHandler = handler;
5823 if (parser->m_notationDeclHandler) {
5849 if (parser->m_declNotationName && parser->m_notationDeclHandler) {
5856 parser->m_notationDeclHandler(
5864 if (parser->m_declNotationPublicId && parser->m_notationDeclHandler) {
5866 parser->m_notationDeclHandler(
6225 if (parser->m_notationDeclHandler)