Lines Matching refs:attruse
3044 const xmlSchemaAttributeUsePtr attruse, in xmlSchemaPAttrUseErr4() argument
3055 WXS_BASIC_CAST attruse, NULL)); in xmlSchemaPAttrUseErr4()
14112 xmlSchemaGetEffectiveValueConstraint(xmlSchemaAttributeUsePtr attruse, in xmlSchemaGetEffectiveValueConstraint() argument
14122 if (attruse->defValue != NULL) { in xmlSchemaGetEffectiveValueConstraint()
14123 *value = attruse->defValue; in xmlSchemaGetEffectiveValueConstraint()
14125 *val = attruse->defVal; in xmlSchemaGetEffectiveValueConstraint()
14126 if (attruse->flags & XML_SCHEMA_ATTR_USE_FIXED) in xmlSchemaGetEffectiveValueConstraint()
14129 } else if ((attruse->attrDecl != NULL) && in xmlSchemaGetEffectiveValueConstraint()
14130 (attruse->attrDecl->defValue != NULL)) { in xmlSchemaGetEffectiveValueConstraint()
14131 *value = attruse->attrDecl->defValue; in xmlSchemaGetEffectiveValueConstraint()
14133 *val = attruse->attrDecl->defVal; in xmlSchemaGetEffectiveValueConstraint()
14134 if (attruse->attrDecl->flags & XML_SCHEMAS_ATTR_FIXED) in xmlSchemaGetEffectiveValueConstraint()