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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c996 xmlSchemaNodeInfoPtr *elemInfos; /* array of element informations */ member in struct:_xmlSchemaValidCtxt
2203 vctxt->elemInfos[vctxt->depth];
21718 if (vctxt->elemInfos[i]->nbNsBindings != 0) {
21719 inode = vctxt->elemInfos[i];
22087 ielem = vctxt->elemInfos[matcher->depth];
23400 parTable = &(vctxt->elemInfos[vctxt->depth -1]->idcTable);
23989 if (vctxt->elemInfos == NULL) {
23990 vctxt->elemInfos = (xmlSchemaNodeInfoPtr *)
23992 if (vctxt->elemInfos == NULL) {
23997 memset(vctxt->elemInfos,
[all...]

Completed in 97 milliseconds