• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:defValue

537     const xmlChar * defValue;  member
7152 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; in xmlSchemaParseLocalAttribute() local
7242 if (defValue) { in xmlSchemaParseLocalAttribute()
7247 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseLocalAttribute()
7256 if (defValue) { in xmlSchemaParseLocalAttribute()
7261 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseLocalAttribute()
7358 if (defValue != NULL) { in xmlSchemaParseLocalAttribute()
7359 attrDecl->defValue = defValue; in xmlSchemaParseLocalAttribute()
7392 if (defValue != NULL) in xmlSchemaParseLocalAttribute()
7393 use->defValue = defValue; in xmlSchemaParseLocalAttribute()
7625 ret->defValue = xmlSchemaGetProp(pctxt, node, "fixed"); in xmlSchemaParseGlobalAttribute()
7626 if (ret->defValue != NULL) in xmlSchemaParseGlobalAttribute()
7641 ret->defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseGlobalAttribute()
14077 if (attruse->defValue != NULL) { in xmlSchemaGetEffectiveValueConstraint()
14078 *value = attruse->defValue; in xmlSchemaGetEffectiveValueConstraint()
14085 (attruse->attrDecl->defValue != NULL)) { in xmlSchemaGetEffectiveValueConstraint()
14086 *value = attruse->attrDecl->defValue; in xmlSchemaGetEffectiveValueConstraint()
19542 if (attr->defValue != NULL) { in xmlSchemaCheckAttrPropsCorrect()
19571 attr->defValue, &(attr->defVal), in xmlSchemaCheckAttrPropsCorrect()
20250 if ((use->defValue == NULL) || (WXS_ATTRUSE_DECL(use) == NULL) || in xmlSchemaCheckAttrUsePropsCorrect()
20262 if (((WXS_ATTRUSE_DECL(use))->defValue != NULL) && in xmlSchemaCheckAttrUsePropsCorrect()
20301 use->defValue, &(use->defVal), in xmlSchemaCheckAttrUsePropsCorrect()
20336 (WXS_ATTRUSE_DECL(use))->defValue); in xmlSchemaCheckAttrUsePropsCorrect()
21167 if (((xmlSchemaAttributeUsePtr)item)->defValue != NULL) { in xmlSchemaFixupComponents()
25346 ((attrUse->defValue != NULL) || in xmlSchemaVAttributesComplex()
25347 (attrDecl->defValue != NULL))) { in xmlSchemaVAttributesComplex()
25544 if (iattr->use->defValue != NULL) { in xmlSchemaVAttributesComplex()
25545 iattr->value = (xmlChar *) iattr->use->defValue; in xmlSchemaVAttributesComplex()
25548 iattr->value = (xmlChar *) iattr->decl->defValue; in xmlSchemaVAttributesComplex()
25724 (iattr->use->defValue != NULL)) { in xmlSchemaVAttributesComplex()
25730 iattr->vcValue = iattr->use->defValue; in xmlSchemaVAttributesComplex()
25745 iattr->vcValue = iattr->decl->defValue; in xmlSchemaVAttributesComplex()