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

/external/expat/lib/
H A Dxmlparse.c582 #define notationDeclHandler (parser->m_notationDeclHandler) macro
862 notationDeclHandler = NULL;
1000 XML_NotationDeclHandler oldNotationDeclHandler = notationDeclHandler;
1064 notationDeclHandler = oldNotationDeclHandler;
1383 notationDeclHandler = handler;
4340 if (notationDeclHandler) {
4351 if (declNotationName) { /* means notationDeclHandler != NULL */
4365 if (declNotationName && notationDeclHandler) {
4373 notationDeclHandler(handlerArg,
4383 if (declNotationPublicId && notationDeclHandler) {
[all...]

Completed in 48 milliseconds