Lines Matching refs:defValue
566 const xmlChar * defValue; member
7181 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; in xmlSchemaParseLocalAttribute() local
7271 if (defValue) { in xmlSchemaParseLocalAttribute()
7276 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseLocalAttribute()
7285 if (defValue) { in xmlSchemaParseLocalAttribute()
7290 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseLocalAttribute()
7387 if (defValue != NULL) { in xmlSchemaParseLocalAttribute()
7388 attrDecl->defValue = defValue; in xmlSchemaParseLocalAttribute()
7421 if (defValue != NULL) in xmlSchemaParseLocalAttribute()
7422 use->defValue = defValue; in xmlSchemaParseLocalAttribute()
7654 ret->defValue = xmlSchemaGetProp(pctxt, node, "fixed"); in xmlSchemaParseGlobalAttribute()
7655 if (ret->defValue != NULL) in xmlSchemaParseGlobalAttribute()
7670 ret->defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseGlobalAttribute()
14106 if (attruse->defValue != NULL) { in xmlSchemaGetEffectiveValueConstraint()
14107 *value = attruse->defValue; in xmlSchemaGetEffectiveValueConstraint()
14114 (attruse->attrDecl->defValue != NULL)) { in xmlSchemaGetEffectiveValueConstraint()
14115 *value = attruse->attrDecl->defValue; in xmlSchemaGetEffectiveValueConstraint()
19571 if (attr->defValue != NULL) { in xmlSchemaCheckAttrPropsCorrect()
19600 attr->defValue, &(attr->defVal), in xmlSchemaCheckAttrPropsCorrect()
20279 if ((use->defValue == NULL) || (WXS_ATTRUSE_DECL(use) == NULL) || in xmlSchemaCheckAttrUsePropsCorrect()
20291 if (((WXS_ATTRUSE_DECL(use))->defValue != NULL) && in xmlSchemaCheckAttrUsePropsCorrect()
20330 use->defValue, &(use->defVal), in xmlSchemaCheckAttrUsePropsCorrect()
20365 (WXS_ATTRUSE_DECL(use))->defValue); in xmlSchemaCheckAttrUsePropsCorrect()
21196 if (((xmlSchemaAttributeUsePtr)item)->defValue != NULL) { in xmlSchemaFixupComponents()
25375 ((attrUse->defValue != NULL) || in xmlSchemaVAttributesComplex()
25376 (attrDecl->defValue != NULL))) { in xmlSchemaVAttributesComplex()
25573 if (iattr->use->defValue != NULL) { in xmlSchemaVAttributesComplex()
25574 iattr->value = (xmlChar *) iattr->use->defValue; in xmlSchemaVAttributesComplex()
25577 iattr->value = (xmlChar *) iattr->decl->defValue; in xmlSchemaVAttributesComplex()
25753 (iattr->use->defValue != NULL)) { in xmlSchemaVAttributesComplex()
25759 iattr->vcValue = iattr->use->defValue; in xmlSchemaVAttributesComplex()
25774 iattr->vcValue = iattr->decl->defValue; in xmlSchemaVAttributesComplex()