Lines Matching refs:defValue
529 const xmlChar * defValue; member
7091 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; in xmlSchemaParseLocalAttribute() local
7181 if (defValue) { in xmlSchemaParseLocalAttribute()
7186 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseLocalAttribute()
7195 if (defValue) { in xmlSchemaParseLocalAttribute()
7200 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseLocalAttribute()
7297 if (defValue != NULL) { in xmlSchemaParseLocalAttribute()
7298 attrDecl->defValue = defValue; in xmlSchemaParseLocalAttribute()
7331 if (defValue != NULL) in xmlSchemaParseLocalAttribute()
7332 use->defValue = defValue; in xmlSchemaParseLocalAttribute()
7564 ret->defValue = xmlSchemaGetProp(pctxt, node, "fixed"); in xmlSchemaParseGlobalAttribute()
7565 if (ret->defValue != NULL) in xmlSchemaParseGlobalAttribute()
7580 ret->defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseGlobalAttribute()
14008 if (attruse->defValue != NULL) { in xmlSchemaGetEffectiveValueConstraint()
14009 *value = attruse->defValue; in xmlSchemaGetEffectiveValueConstraint()
14016 (attruse->attrDecl->defValue != NULL)) { in xmlSchemaGetEffectiveValueConstraint()
14017 *value = attruse->attrDecl->defValue; in xmlSchemaGetEffectiveValueConstraint()
19473 if (attr->defValue != NULL) { in xmlSchemaCheckAttrPropsCorrect()
19502 attr->defValue, &(attr->defVal), in xmlSchemaCheckAttrPropsCorrect()
20181 if ((use->defValue == NULL) || (WXS_ATTRUSE_DECL(use) == NULL) || in xmlSchemaCheckAttrUsePropsCorrect()
20193 if (((WXS_ATTRUSE_DECL(use))->defValue != NULL) && in xmlSchemaCheckAttrUsePropsCorrect()
20232 use->defValue, &(use->defVal), in xmlSchemaCheckAttrUsePropsCorrect()
20267 (WXS_ATTRUSE_DECL(use))->defValue); in xmlSchemaCheckAttrUsePropsCorrect()
21098 if (((xmlSchemaAttributeUsePtr)item)->defValue != NULL) { in xmlSchemaFixupComponents()
25274 ((attrUse->defValue != NULL) || in xmlSchemaVAttributesComplex()
25275 (attrDecl->defValue != NULL))) { in xmlSchemaVAttributesComplex()
25472 if (iattr->use->defValue != NULL) { in xmlSchemaVAttributesComplex()
25473 iattr->value = (xmlChar *) iattr->use->defValue; in xmlSchemaVAttributesComplex()
25476 iattr->value = (xmlChar *) iattr->decl->defValue; in xmlSchemaVAttributesComplex()
25652 (iattr->use->defValue != NULL)) { in xmlSchemaVAttributesComplex()
25658 iattr->vcValue = iattr->use->defValue; in xmlSchemaVAttributesComplex()
25673 iattr->vcValue = iattr->decl->defValue; in xmlSchemaVAttributesComplex()