Searched refs:idcTable (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dxmlschemas.c896 xmlSchemaPSVIIDCBindingPtr idcTable; /* the table of PSVI IDC bindings member in struct:_xmlSchemaNodeInfo
22191 if (ielem->idcTable == NULL) {
22192 ielem->idcTable = xmlSchemaIDCNewBinding(matcher->aidc->def);
22193 if (ielem->idcTable == NULL)
22195 return(ielem->idcTable);
22199 bind = ielem->idcTable;
23496 bind = vctxt->inode->idcTable;
23502 parTable = &(vctxt->elemInfos[vctxt->depth -1]->idcTable);
23806 bind = vctxt->inode->idcTable;
24055 if (ielem->idcTable !
[all...]

Completed in 49 milliseconds