Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c25242 xmlSchemaAttributeUsePtr attrUse = NULL; in xmlSchemaVAttributesComplex() local
25279 attrUse = attrUseList->items[i]; in xmlSchemaVAttributesComplex()
25280 attrDecl = WXS_ATTRUSE_DECL(attrUse); in xmlSchemaVAttributesComplex()
25313 iattr->use = attrUse; in xmlSchemaVAttributesComplex()
25325 if (attrUse->occurs == XML_SCHEMAS_ATTR_USE_REQUIRED) { in xmlSchemaVAttributesComplex()
25343 tmpiattr->use = attrUse; in xmlSchemaVAttributesComplex()
25345 } else if ((attrUse->occurs == XML_SCHEMAS_ATTR_USE_OPTIONAL) && in xmlSchemaVAttributesComplex()
25346 ((attrUse->defValue != NULL) || in xmlSchemaVAttributesComplex()
25359 tmpiattr->use = attrUse; in xmlSchemaVAttributesComplex()