Lines Matching refs:attlistDeclHandler
604 #define attlistDeclHandler (parser->m_attlistDeclHandler) macro
905 attlistDeclHandler = NULL; in parserInit()
1047 XML_AttlistDeclHandler oldAttlistDeclHandler = attlistDeclHandler; in XML_ExternalEntityParserCreate()
1107 attlistDeclHandler = oldAttlistDeclHandler; in XML_ExternalEntityParserCreate()
1492 attlistDeclHandler = attdecl; in XML_SetAttlistDeclHandler()
4108 if (dtd->keepProcessing && attlistDeclHandler) in doProlog()
4113 if (dtd->keepProcessing && attlistDeclHandler) { in doProlog()
4138 if (attlistDeclHandler && declAttributeType) { in doProlog()
4150 attlistDeclHandler(handlerArg, declElementType->name, in doProlog()
4175 if (attlistDeclHandler && declAttributeType) { in doProlog()
4187 attlistDeclHandler(handlerArg, declElementType->name, in doProlog()
4753 if (dtd->keepProcessing && attlistDeclHandler) in doProlog()