Lines Matching refs:attlistDeclHandler
596 #define attlistDeclHandler (parser->m_attlistDeclHandler) macro
870 attlistDeclHandler = NULL; in parserInit()
1012 XML_AttlistDeclHandler oldAttlistDeclHandler = attlistDeclHandler; in XML_ExternalEntityParserCreate()
1072 attlistDeclHandler = oldAttlistDeclHandler; in XML_ExternalEntityParserCreate()
1457 attlistDeclHandler = attdecl; in XML_SetAttlistDeclHandler()
4056 if (dtd->keepProcessing && attlistDeclHandler) in doProlog()
4061 if (dtd->keepProcessing && attlistDeclHandler) { in doProlog()
4086 if (attlistDeclHandler && declAttributeType) { in doProlog()
4098 attlistDeclHandler(handlerArg, declElementType->name, in doProlog()
4123 if (attlistDeclHandler && declAttributeType) { in doProlog()
4135 attlistDeclHandler(handlerArg, declElementType->name, in doProlog()
4701 if (dtd->keepProcessing && attlistDeclHandler) in doProlog()