• Home
  • Raw
  • Download

Lines Matching refs:attrValue

7148     const xmlChar *attrValue, *name = NULL, *ns = NULL;  in xmlSchemaParseLocalAttribute()  local
7204 attrValue = xmlSchemaGetNodeContent(pctxt, in xmlSchemaParseLocalAttribute()
7206 if (xmlStrEqual(attrValue, BAD_CAST "qualified")) { in xmlSchemaParseLocalAttribute()
7208 } else if (!xmlStrEqual(attrValue, BAD_CAST "unqualified")) in xmlSchemaParseLocalAttribute()
7214 attrValue, NULL, NULL, NULL); in xmlSchemaParseLocalAttribute()
7221 attrValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseLocalAttribute()
7223 if (xmlStrEqual(attrValue, BAD_CAST "optional")) in xmlSchemaParseLocalAttribute()
7225 else if (xmlStrEqual(attrValue, BAD_CAST "prohibited")) in xmlSchemaParseLocalAttribute()
7227 else if (xmlStrEqual(attrValue, BAD_CAST "required")) in xmlSchemaParseLocalAttribute()
7234 attrValue, NULL, NULL, NULL); in xmlSchemaParseLocalAttribute()
7538 const xmlChar *attrValue; in xmlSchemaParseGlobalAttribute() local
7562 xmlSchemaGetBuiltInType(XML_SCHEMAS_NCNAME), &attrValue) != 0) { in xmlSchemaParseGlobalAttribute()
7569 if (xmlStrEqual(attrValue, BAD_CAST "xmlns")) { in xmlSchemaParseGlobalAttribute()
7591 ret = xmlSchemaAddAttribute(pctxt, schema, attrValue, in xmlSchemaParseGlobalAttribute()
8633 const xmlChar *ns = NULL, *fixed, *name, *attrValue; in xmlSchemaParseElement() local
8647 attrValue = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr); in xmlSchemaParseElement()
8648 if (xmlStrEqual(attrValue, BAD_CAST "qualified")) { in xmlSchemaParseElement()
8650 } else if (!xmlStrEqual(attrValue, BAD_CAST "unqualified")) { in xmlSchemaParseElement()
8655 attrValue, NULL, NULL, NULL); in xmlSchemaParseElement()
8725 attrValue = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr); in xmlSchemaParseElement()
8726 if (xmlSchemaPValAttrBlockFinal(attrValue, &(decl->flags), in xmlSchemaParseElement()
8734 attrValue, NULL, NULL, NULL); in xmlSchemaParseElement()
8753 attrValue = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr); in xmlSchemaParseElement()
8754 if (xmlSchemaPValAttrBlockFinal(attrValue, &(decl->flags), in xmlSchemaParseElement()
8763 "restriction | substitution))", attrValue, in xmlSchemaParseElement()
9179 const xmlChar *attrValue = NULL; in xmlSchemaParseSimpleType() local
9197 xmlSchemaGetBuiltInType(XML_SCHEMAS_NCNAME), &attrValue) != 0) in xmlSchemaParseSimpleType()
9217 biType = xmlSchemaGetPredefinedType(attrValue, xmlSchemaNs); in xmlSchemaParseSimpleType()
9274 attrValue, ctxt->targetNamespace, node, 1); in xmlSchemaParseSimpleType()
9310 attrValue = xmlSchemaGetProp(ctxt, node, "final"); in xmlSchemaParseSimpleType()
9311 if (xmlSchemaPValAttrBlockFinal(attrValue, &(type->flags), in xmlSchemaParseSimpleType()
9320 attrValue, NULL, NULL, NULL); in xmlSchemaParseSimpleType()
12149 const xmlChar *attrValue; in xmlSchemaParseComplexType() local
12245 attrValue = xmlSchemaGetNodeContent(ctxt, in xmlSchemaParseComplexType()
12247 if (xmlSchemaPValAttrBlockFinal(attrValue, in xmlSchemaParseComplexType()
12258 attrValue, NULL, NULL, NULL); in xmlSchemaParseComplexType()
12265 attrValue = xmlSchemaGetNodeContent(ctxt, in xmlSchemaParseComplexType()
12267 if (xmlSchemaPValAttrBlockFinal(attrValue, &(type->flags), in xmlSchemaParseComplexType()
12276 attrValue, NULL, NULL, NULL); in xmlSchemaParseComplexType()