Searched refs:skipDepth (Results 1 – 1 of 1) sorted by relevance
1027 int skipDepth; member26035 vctxt->skipDepth = vctxt->depth -1; in xmlSchemaValidatorPopElem()26388 if (vctxt->depth == vctxt->skipDepth) in xmlSchemaValidatorPopElem()26389 vctxt->skipDepth = -1; in xmlSchemaValidatorPopElem()26708 vctxt->skipDepth = vctxt->depth; in xmlSchemaValidateChildElem()26851 if ((vctxt->skipDepth != -1) && in xmlSchemaValidateElem()26852 (vctxt->depth >= vctxt->skipDepth)) { in xmlSchemaValidateElem()26872 vctxt->skipDepth = 0; in xmlSchemaValidateElem()26895 if (vctxt->depth == vctxt->skipDepth) in xmlSchemaValidateElem()26938 vctxt->skipDepth = vctxt->depth; in xmlSchemaValidateElem()[all …]