Home
last modified time | relevance | path

Searched refs:attruse (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dxmlschemas.c3003 const xmlSchemaAttributeUsePtr attruse, in xmlSchemaPAttrUseErr4() argument
3014 WXS_BASIC_CAST attruse, NULL)); in xmlSchemaPAttrUseErr4()
14067 xmlSchemaGetEffectiveValueConstraint(xmlSchemaAttributeUsePtr attruse, in xmlSchemaGetEffectiveValueConstraint() argument
14077 if (attruse->defValue != NULL) { in xmlSchemaGetEffectiveValueConstraint()
14078 *value = attruse->defValue; in xmlSchemaGetEffectiveValueConstraint()
14080 *val = attruse->defVal; in xmlSchemaGetEffectiveValueConstraint()
14081 if (attruse->flags & XML_SCHEMA_ATTR_USE_FIXED) in xmlSchemaGetEffectiveValueConstraint()
14084 } else if ((attruse->attrDecl != NULL) && in xmlSchemaGetEffectiveValueConstraint()
14085 (attruse->attrDecl->defValue != NULL)) { in xmlSchemaGetEffectiveValueConstraint()
14086 *value = attruse->attrDecl->defValue; in xmlSchemaGetEffectiveValueConstraint()
[all …]
DChangeLog7091 * test/schemas/attruse* result/schemas/attruse*: added the