Home
last modified time | relevance | path

Searched refs:notationDeclHandler (Results 1 – 1 of 1) sorted by relevance

/external/expat/lib/
Dxmlparse.c590 #define notationDeclHandler (parser->m_notationDeclHandler) macro
897 notationDeclHandler = NULL; in parserInit()
1035 XML_NotationDeclHandler oldNotationDeclHandler = notationDeclHandler; in XML_ExternalEntityParserCreate()
1099 notationDeclHandler = oldNotationDeclHandler; in XML_ExternalEntityParserCreate()
1418 notationDeclHandler = handler; in XML_SetNotationDeclHandler()
4392 if (notationDeclHandler) { in doProlog()
4417 if (declNotationName && notationDeclHandler) { in doProlog()
4425 notationDeclHandler(handlerArg, in doProlog()
4435 if (declNotationPublicId && notationDeclHandler) { in doProlog()
4437 notationDeclHandler(handlerArg, in doProlog()
[all …]