Searched refs:nodeQNames (Results 1 – 1 of 1) sorted by relevance
1037 xmlSchemaItemListPtr nodeQNames; member2463 vctxt->nodeQNames->items[idcNode->nodeQNameID +1], in xmlSchemaKeyrefErr()2464 vctxt->nodeQNames->items[idcNode->nodeQNameID]), in xmlSchemaKeyrefErr()22084 for (i = 0; i < vctxt->nodeQNames->nbItems; i += 2) { in xmlSchemaVAddNodeQName()22085 if ((vctxt->nodeQNames->items [i] == lname) && in xmlSchemaVAddNodeQName()22086 (vctxt->nodeQNames->items[i +1] == nsname)) in xmlSchemaVAddNodeQName()22091 i = vctxt->nodeQNames->nbItems; in xmlSchemaVAddNodeQName()27757 ret->nodeQNames = xmlSchemaItemListCreate(); in xmlSchemaNewValidCtxt()27877 xmlSchemaItemListClear(vctxt->nodeQNames); in xmlSchemaClearValidCtxt()27986 if (ctxt->nodeQNames != NULL) in xmlSchemaFreeValidCtxt()[all …]