Lines Matching defs:m_notationDeclHandler
633 XML_NotationDeclHandler m_notationDeclHandler;
1117 parser->m_notationDeclHandler = NULL;
1317 oldNotationDeclHandler = parser->m_notationDeclHandler;
1375 parser->m_notationDeclHandler = oldNotationDeclHandler;
1705 parser->m_notationDeclHandler = handler;
5213 if (parser->m_notationDeclHandler) {
5226 ->m_declNotationName) { /* means m_notationDeclHandler != NULL */
5239 if (parser->m_declNotationName && parser->m_notationDeclHandler) {
5246 parser->m_notationDeclHandler(
5254 if (parser->m_declNotationPublicId && parser->m_notationDeclHandler) {
5256 parser->m_notationDeclHandler(
5613 if (parser->m_notationDeclHandler)