• Home
  • Raw
  • Download

Lines Matching refs:idc

731     xmlSchemaIDCPtr idc;  member
1468 xmlSchemaGetIDCDesignation(xmlChar **buf, xmlSchemaIDCPtr idc) in xmlSchemaGetIDCDesignation() argument
1470 return(xmlSchemaGetComponentDesignation(buf, idc)); in xmlSchemaGetIDCDesignation()
8084 xmlSchemaIDCPtr idc, in xmlSchemaCheckCSelectorXPath() argument
8099 xmlSchemaPErr(ctxt, idc->node, in xmlSchemaCheckCSelectorXPath()
8106 node = idc->node; in xmlSchemaCheckCSelectorXPath()
8301 xmlSchemaIDCPtr idc, in xmlSchemaParseIDCSelectorAndField() argument
8352 if (xmlSchemaCheckCSelectorXPath(ctxt, idc, item, attr, in xmlSchemaParseIDCSelectorAndField()
8372 xmlSchemaAddAnnotation((xmlSchemaAnnotItemPtr) idc, in xmlSchemaParseIDCSelectorAndField()
20505 xmlSchemaResolveIDCKeyReferences(xmlSchemaIDCPtr idc, in xmlSchemaResolveIDCKeyReferences() argument
20508 if (idc->type != XML_SCHEMA_TYPE_IDC_KEYREF) in xmlSchemaResolveIDCKeyReferences()
20510 if (idc->ref->name != NULL) { in xmlSchemaResolveIDCKeyReferences()
20511 idc->ref->item = (xmlSchemaBasicItemPtr) in xmlSchemaResolveIDCKeyReferences()
20512 xmlSchemaGetIDC(pctxt->schema, idc->ref->name, in xmlSchemaResolveIDCKeyReferences()
20513 idc->ref->targetNamespace); in xmlSchemaResolveIDCKeyReferences()
20514 if (idc->ref->item == NULL) { in xmlSchemaResolveIDCKeyReferences()
20521 WXS_BASIC_CAST idc, idc->node, in xmlSchemaResolveIDCKeyReferences()
20522 "refer", idc->ref->name, in xmlSchemaResolveIDCKeyReferences()
20523 idc->ref->targetNamespace, in xmlSchemaResolveIDCKeyReferences()
20526 } else if (idc->ref->item->type == XML_SCHEMA_TYPE_IDC_KEYREF) { in xmlSchemaResolveIDCKeyReferences()
20532 NULL, WXS_BASIC_CAST idc, in xmlSchemaResolveIDCKeyReferences()
20535 idc->ref->item = NULL; in xmlSchemaResolveIDCKeyReferences()
20538 if (idc->nbFields != in xmlSchemaResolveIDCKeyReferences()
20539 ((xmlSchemaIDCPtr) idc->ref->item)->nbFields) { in xmlSchemaResolveIDCKeyReferences()
20543 refer = (xmlSchemaIDCPtr) idc->ref->item; in xmlSchemaResolveIDCKeyReferences()
20552 NULL, WXS_BASIC_CAST idc, in xmlSchemaResolveIDCKeyReferences()
23101 xmlSchemaIDCPtr idc; in xmlSchemaXPathProcessHistory() local
23116 idc = matcher->aidc->def; in xmlSchemaXPathProcessHistory()
23117 nbKeys = idc->nbFields; in xmlSchemaXPathProcessHistory()
23125 if (idc->type == XML_SCHEMA_TYPE_IDC_KEY) in xmlSchemaXPathProcessHistory()
23133 if (idc->type == XML_SCHEMA_TYPE_IDC_KEY) in xmlSchemaXPathProcessHistory()
23144 if (idc->type == XML_SCHEMA_TYPE_IDC_KEY) { in xmlSchemaXPathProcessHistory()
23170 if ((idc->type != XML_SCHEMA_TYPE_IDC_KEYREF) && in xmlSchemaXPathProcessHistory()
23220 WXS_BASIC_CAST idc, in xmlSchemaXPathProcessHistory()
23224 xmlSchemaGetIDCDesignation(&strB, idc)); in xmlSchemaXPathProcessHistory()
23247 if (idc->type != XML_SCHEMA_TYPE_IDC_KEYREF) { in xmlSchemaXPathProcessHistory()
23281 if (idc->type == XML_SCHEMA_TYPE_IDC_KEYREF) { in xmlSchemaXPathProcessHistory()
23291 if (idc->type != XML_SCHEMA_TYPE_IDC_KEYREF) { in xmlSchemaXPathProcessHistory()
23322 WXS_BASIC_CAST idc, in xmlSchemaXPathProcessHistory()
23324 xmlSchemaGetIDCDesignation(&str, idc), NULL); in xmlSchemaXPathProcessHistory()
23385 xmlSchemaIDCPtr idc, refIdc; in xmlSchemaIDCRegisterMatchers() local
23388 idc = (xmlSchemaIDCPtr) elemDecl->idcs; in xmlSchemaIDCRegisterMatchers()
23389 if (idc == NULL) in xmlSchemaIDCRegisterMatchers()
23408 if (idc->type == XML_SCHEMA_TYPE_IDC_KEYREF) { in xmlSchemaIDCRegisterMatchers()
23416 refIdc = (xmlSchemaIDCPtr) idc->ref->item; in xmlSchemaIDCRegisterMatchers()
23447 if (aidc->def == idc) in xmlSchemaIDCRegisterMatchers()
23493 idc->selector, XPATH_STATE_OBJ_TYPE_IDC_SELECTOR) == -1) in xmlSchemaIDCRegisterMatchers()
23496 idc = idc->next; in xmlSchemaIDCRegisterMatchers()
23497 } while (idc != NULL); in xmlSchemaIDCRegisterMatchers()