Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c1636 xmlSchemaAttributeUsePtr ause; in xmlSchemaFormatItemForReport() local
1638 ause = WXS_ATTR_USE_CAST item; in xmlSchemaFormatItemForReport()
1640 if (WXS_ATTRUSE_DECL(ause) != NULL) { in xmlSchemaFormatItemForReport()
1643 xmlSchemaGetComponentQName(&str, WXS_ATTRUSE_DECL(ause))); in xmlSchemaFormatItemForReport()
20066 xmlSchemaResolveAttrUseReferences(xmlSchemaAttributeUsePtr ause, in xmlSchemaResolveAttrUseReferences() argument
20069 if ((ctxt == NULL) || (ause == NULL)) in xmlSchemaResolveAttrUseReferences()
20071 if ((ause->attrDecl == NULL) || in xmlSchemaResolveAttrUseReferences()
20072 (ause->attrDecl->type != XML_SCHEMA_EXTRA_QNAMEREF)) in xmlSchemaResolveAttrUseReferences()
20076 xmlSchemaQNameRefPtr ref = WXS_QNAME_CAST ause->attrDecl; in xmlSchemaResolveAttrUseReferences()
20082 ause->attrDecl = xmlSchemaGetAttributeDecl(ctxt->schema, in xmlSchemaResolveAttrUseReferences()
[all …]