Lines Matching refs:attrValue

7108     const xmlChar *attrValue, *name = NULL, *ns = NULL;  in xmlSchemaParseLocalAttribute()  local
7164 attrValue = xmlSchemaGetNodeContent(pctxt, in xmlSchemaParseLocalAttribute()
7166 if (xmlStrEqual(attrValue, BAD_CAST "qualified")) { in xmlSchemaParseLocalAttribute()
7168 } else if (!xmlStrEqual(attrValue, BAD_CAST "unqualified")) in xmlSchemaParseLocalAttribute()
7174 attrValue, NULL, NULL, NULL); in xmlSchemaParseLocalAttribute()
7181 attrValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseLocalAttribute()
7183 if (xmlStrEqual(attrValue, BAD_CAST "optional")) in xmlSchemaParseLocalAttribute()
7185 else if (xmlStrEqual(attrValue, BAD_CAST "prohibited")) in xmlSchemaParseLocalAttribute()
7187 else if (xmlStrEqual(attrValue, BAD_CAST "required")) in xmlSchemaParseLocalAttribute()
7194 attrValue, NULL, NULL, NULL); in xmlSchemaParseLocalAttribute()
7498 const xmlChar *attrValue; in xmlSchemaParseGlobalAttribute() local
7522 xmlSchemaGetBuiltInType(XML_SCHEMAS_NCNAME), &attrValue) != 0) { in xmlSchemaParseGlobalAttribute()
7529 if (xmlStrEqual(attrValue, BAD_CAST "xmlns")) { in xmlSchemaParseGlobalAttribute()
7551 ret = xmlSchemaAddAttribute(pctxt, schema, attrValue, in xmlSchemaParseGlobalAttribute()
8593 const xmlChar *ns = NULL, *fixed, *name, *attrValue; in xmlSchemaParseElement() local
8607 attrValue = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr); in xmlSchemaParseElement()
8608 if (xmlStrEqual(attrValue, BAD_CAST "qualified")) { in xmlSchemaParseElement()
8610 } else if (!xmlStrEqual(attrValue, BAD_CAST "unqualified")) { in xmlSchemaParseElement()
8615 attrValue, NULL, NULL, NULL); in xmlSchemaParseElement()
8685 attrValue = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr); in xmlSchemaParseElement()
8686 if (xmlSchemaPValAttrBlockFinal(attrValue, &(decl->flags), in xmlSchemaParseElement()
8694 attrValue, NULL, NULL, NULL); in xmlSchemaParseElement()
8713 attrValue = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr); in xmlSchemaParseElement()
8714 if (xmlSchemaPValAttrBlockFinal(attrValue, &(decl->flags), in xmlSchemaParseElement()
8723 "restriction | substitution))", attrValue, in xmlSchemaParseElement()
9139 const xmlChar *attrValue = NULL; in xmlSchemaParseSimpleType() local
9157 xmlSchemaGetBuiltInType(XML_SCHEMAS_NCNAME), &attrValue) != 0) in xmlSchemaParseSimpleType()
9177 biType = xmlSchemaGetPredefinedType(attrValue, xmlSchemaNs); in xmlSchemaParseSimpleType()
9234 attrValue, ctxt->targetNamespace, node, 1); in xmlSchemaParseSimpleType()
9270 attrValue = xmlSchemaGetProp(ctxt, node, "final"); in xmlSchemaParseSimpleType()
9271 if (xmlSchemaPValAttrBlockFinal(attrValue, &(type->flags), in xmlSchemaParseSimpleType()
9280 attrValue, NULL, NULL, NULL); in xmlSchemaParseSimpleType()
12110 const xmlChar *attrValue; in xmlSchemaParseComplexType() local
12206 attrValue = xmlSchemaGetNodeContent(ctxt, in xmlSchemaParseComplexType()
12208 if (xmlSchemaPValAttrBlockFinal(attrValue, in xmlSchemaParseComplexType()
12219 attrValue, NULL, NULL, NULL); in xmlSchemaParseComplexType()
12226 attrValue = xmlSchemaGetNodeContent(ctxt, in xmlSchemaParseComplexType()
12228 if (xmlSchemaPValAttrBlockFinal(attrValue, &(type->flags), in xmlSchemaParseComplexType()
12237 attrValue, NULL, NULL, NULL); in xmlSchemaParseComplexType()