Lines Matching refs:attlistDeclHandler
603 #define attlistDeclHandler (parser->m_attlistDeclHandler) macro
904 attlistDeclHandler = NULL; in parserInit()
1046 XML_AttlistDeclHandler oldAttlistDeclHandler = attlistDeclHandler; in XML_ExternalEntityParserCreate()
1106 attlistDeclHandler = oldAttlistDeclHandler; in XML_ExternalEntityParserCreate()
1491 attlistDeclHandler = attdecl; in XML_SetAttlistDeclHandler()
4107 if (dtd->keepProcessing && attlistDeclHandler) in doProlog()
4112 if (dtd->keepProcessing && attlistDeclHandler) { in doProlog()
4137 if (attlistDeclHandler && declAttributeType) { in doProlog()
4149 attlistDeclHandler(handlerArg, declElementType->name, in doProlog()
4174 if (attlistDeclHandler && declAttributeType) { in doProlog()
4186 attlistDeclHandler(handlerArg, declElementType->name, in doProlog()
4752 if (dtd->keepProcessing && attlistDeclHandler) in doProlog()