Home | History | Annotate | Download | only in src

Lines Matching refs:ause

1636 		xmlSchemaAttributeUsePtr ause;
1638 ause = WXS_ATTR_USE_CAST item;
1640 if (WXS_ATTRUSE_DECL(ause) != NULL) {
1643 xmlSchemaGetComponentQName(&str, WXS_ATTRUSE_DECL(ause)));
20135 xmlSchemaResolveAttrUseReferences(xmlSchemaAttributeUsePtr ause,
20138 if ((ctxt == NULL) || (ause == NULL))
20140 if ((ause->attrDecl == NULL) ||
20141 (ause->attrDecl->type != XML_SCHEMA_EXTRA_QNAMEREF))
20145 xmlSchemaQNameRefPtr ref = WXS_QNAME_CAST ause->attrDecl;
20151 ause->attrDecl = xmlSchemaGetAttributeDecl(ctxt->schema,
20153 if (ause->attrDecl == NULL) {
20156 WXS_BASIC_CAST ause, ause->node,