• Home
  • Raw
  • Download

Lines Matching refs:attrDecl

204 #define WXS_ATTRUSE_DECL(au) (WXS_ATTR_USE_CAST (au))->attrDecl
561 xmlSchemaAttributePtr attrDecl; member
4183 if (schema->attrDecl != NULL) in xmlSchemaFree()
4184 xmlHashFree(schema->attrDecl, NULL); in xmlSchemaFree()
4901 WXS_FIND_GLOBAL_ITEM(attrDecl) in xmlSchemaGetAttributeDecl()
7325 xmlSchemaAttributePtr attrDecl; in xmlSchemaParseLocalAttribute() local
7376 attrDecl = xmlSchemaAddAttribute(pctxt, schema, name, ns, node, 0); in xmlSchemaParseLocalAttribute()
7377 if (attrDecl == NULL) in xmlSchemaParseLocalAttribute()
7380 attrDecl->typeName = tmpName; in xmlSchemaParseLocalAttribute()
7381 attrDecl->typeNs = tmpNs; in xmlSchemaParseLocalAttribute()
7383 use->attrDecl = attrDecl; in xmlSchemaParseLocalAttribute()
7388 attrDecl->defValue = defValue; in xmlSchemaParseLocalAttribute()
7390 attrDecl->flags |= XML_SCHEMAS_ATTR_FIXED; in xmlSchemaParseLocalAttribute()
7417 use->attrDecl = WXS_ATTR_CAST ref; in xmlSchemaParseLocalAttribute()
14113 } else if ((attruse->attrDecl != NULL) && in xmlSchemaGetEffectiveValueConstraint()
14114 (attruse->attrDecl->defValue != NULL)) { in xmlSchemaGetEffectiveValueConstraint()
14115 *value = attruse->attrDecl->defValue; in xmlSchemaGetEffectiveValueConstraint()
14117 *val = attruse->attrDecl->defVal; in xmlSchemaGetEffectiveValueConstraint()
14118 if (attruse->attrDecl->flags & XML_SCHEMAS_ATTR_FIXED) in xmlSchemaGetEffectiveValueConstraint()
20239 if ((ause->attrDecl == NULL) || in xmlSchemaResolveAttrUseReferences()
20240 (ause->attrDecl->type != XML_SCHEMA_EXTRA_QNAMEREF)) in xmlSchemaResolveAttrUseReferences()
20244 xmlSchemaQNameRefPtr ref = WXS_QNAME_CAST ause->attrDecl; in xmlSchemaResolveAttrUseReferences()
20250 ause->attrDecl = xmlSchemaGetAttributeDecl(ctxt->schema, in xmlSchemaResolveAttrUseReferences()
20252 if (ause->attrDecl == NULL) { in xmlSchemaResolveAttrUseReferences()
20821 WXS_GET_GLOBAL_HASH(bucket, attrDecl) in xmlSchemaAddComponents()
25272 xmlSchemaAttributePtr attrDecl = NULL; in xmlSchemaVAttributesComplex() local
25309 attrDecl = WXS_ATTRUSE_DECL(attrUse); in xmlSchemaVAttributesComplex()
25318 if (iattr->localName[0] != attrDecl->name[0]) in xmlSchemaVAttributesComplex()
25320 if (!xmlStrEqual(iattr->localName, attrDecl->name)) in xmlSchemaVAttributesComplex()
25322 if (!xmlStrEqual(iattr->nsName, attrDecl->targetNamespace)) in xmlSchemaVAttributesComplex()
25346 iattr->decl = attrDecl; in xmlSchemaVAttributesComplex()
25347 iattr->typeDef = attrDecl->subtypes; in xmlSchemaVAttributesComplex()
25373 tmpiattr->decl = attrDecl; in xmlSchemaVAttributesComplex()
25376 (attrDecl->defValue != NULL))) { in xmlSchemaVAttributesComplex()
25389 tmpiattr->decl = attrDecl; in xmlSchemaVAttributesComplex()
25390 tmpiattr->typeDef = attrDecl->subtypes; in xmlSchemaVAttributesComplex()
25391 tmpiattr->localName = attrDecl->name; in xmlSchemaVAttributesComplex()
25392 tmpiattr->nsName = attrDecl->targetNamespace; in xmlSchemaVAttributesComplex()