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()
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()
[all …]