Lines Matching refs:attrValue
7193 const xmlChar *attrValue, *name = NULL, *ns = NULL; in xmlSchemaParseLocalAttribute() local
7249 attrValue = xmlSchemaGetNodeContent(pctxt, in xmlSchemaParseLocalAttribute()
7251 if (xmlStrEqual(attrValue, BAD_CAST "qualified")) { in xmlSchemaParseLocalAttribute()
7253 } else if (!xmlStrEqual(attrValue, BAD_CAST "unqualified")) in xmlSchemaParseLocalAttribute()
7259 attrValue, NULL, NULL, NULL); in xmlSchemaParseLocalAttribute()
7266 attrValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseLocalAttribute()
7268 if (xmlStrEqual(attrValue, BAD_CAST "optional")) in xmlSchemaParseLocalAttribute()
7270 else if (xmlStrEqual(attrValue, BAD_CAST "prohibited")) in xmlSchemaParseLocalAttribute()
7272 else if (xmlStrEqual(attrValue, BAD_CAST "required")) in xmlSchemaParseLocalAttribute()
7279 attrValue, NULL, NULL, NULL); in xmlSchemaParseLocalAttribute()
7583 const xmlChar *attrValue; in xmlSchemaParseGlobalAttribute() local
7607 xmlSchemaGetBuiltInType(XML_SCHEMAS_NCNAME), &attrValue) != 0) { in xmlSchemaParseGlobalAttribute()
7614 if (xmlStrEqual(attrValue, BAD_CAST "xmlns")) { in xmlSchemaParseGlobalAttribute()
7636 ret = xmlSchemaAddAttribute(pctxt, schema, attrValue, in xmlSchemaParseGlobalAttribute()
8678 const xmlChar *ns = NULL, *fixed, *name, *attrValue; in xmlSchemaParseElement() local
8692 attrValue = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr); in xmlSchemaParseElement()
8693 if (xmlStrEqual(attrValue, BAD_CAST "qualified")) { in xmlSchemaParseElement()
8695 } else if (!xmlStrEqual(attrValue, BAD_CAST "unqualified")) { in xmlSchemaParseElement()
8700 attrValue, NULL, NULL, NULL); in xmlSchemaParseElement()
8770 attrValue = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr); in xmlSchemaParseElement()
8771 if (xmlSchemaPValAttrBlockFinal(attrValue, &(decl->flags), in xmlSchemaParseElement()
8779 attrValue, NULL, NULL, NULL); in xmlSchemaParseElement()
8798 attrValue = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr); in xmlSchemaParseElement()
8799 if (xmlSchemaPValAttrBlockFinal(attrValue, &(decl->flags), in xmlSchemaParseElement()
8808 "restriction | substitution))", attrValue, in xmlSchemaParseElement()
9224 const xmlChar *attrValue = NULL; in xmlSchemaParseSimpleType() local
9242 xmlSchemaGetBuiltInType(XML_SCHEMAS_NCNAME), &attrValue) != 0) in xmlSchemaParseSimpleType()
9262 biType = xmlSchemaGetPredefinedType(attrValue, xmlSchemaNs); in xmlSchemaParseSimpleType()
9319 attrValue, ctxt->targetNamespace, node, 1); in xmlSchemaParseSimpleType()
9355 attrValue = xmlSchemaGetProp(ctxt, node, "final"); in xmlSchemaParseSimpleType()
9356 if (xmlSchemaPValAttrBlockFinal(attrValue, &(type->flags), in xmlSchemaParseSimpleType()
9365 attrValue, NULL, NULL, NULL); in xmlSchemaParseSimpleType()
12194 const xmlChar *attrValue; in xmlSchemaParseComplexType() local
12290 attrValue = xmlSchemaGetNodeContent(ctxt, in xmlSchemaParseComplexType()
12292 if (xmlSchemaPValAttrBlockFinal(attrValue, in xmlSchemaParseComplexType()
12303 attrValue, NULL, NULL, NULL); in xmlSchemaParseComplexType()
12310 attrValue = xmlSchemaGetNodeContent(ctxt, in xmlSchemaParseComplexType()
12312 if (xmlSchemaPValAttrBlockFinal(attrValue, &(type->flags), in xmlSchemaParseComplexType()
12321 attrValue, NULL, NULL, NULL); in xmlSchemaParseComplexType()