Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ause

1641 		xmlSchemaAttributeUsePtr ause;
1643 ause = WXS_ATTR_USE_CAST item;
1645 if (WXS_ATTRUSE_DECL(ause) != NULL) {
1648 xmlSchemaGetComponentQName(&str, WXS_ATTRUSE_DECL(ause)));
20166 xmlSchemaResolveAttrUseReferences(xmlSchemaAttributeUsePtr ause,
20169 if ((ctxt == NULL) || (ause == NULL))
20171 if ((ause->attrDecl == NULL) ||
20172 (ause->attrDecl->type != XML_SCHEMA_EXTRA_QNAMEREF))
20176 xmlSchemaQNameRefPtr ref = WXS_QNAME_CAST ause->attrDecl;
20182 ause->attrDecl = xmlSchemaGetAttributeDecl(ctxt->schema,
20184 if (ause->attrDecl == NULL) {
20187 WXS_BASIC_CAST ause, ause->node,