Searched refs:skipDepth (Results 1 – 1 of 1) sorted by relevance
1035 int skipDepth; member26065 vctxt->skipDepth = vctxt->depth -1; in xmlSchemaValidatorPopElem()26417 if (vctxt->depth == vctxt->skipDepth) in xmlSchemaValidatorPopElem()26418 vctxt->skipDepth = -1; in xmlSchemaValidatorPopElem()26736 vctxt->skipDepth = vctxt->depth; in xmlSchemaValidateChildElem()26879 if ((vctxt->skipDepth != -1) && in xmlSchemaValidateElem()26880 (vctxt->depth >= vctxt->skipDepth)) { in xmlSchemaValidateElem()26900 vctxt->skipDepth = 0; in xmlSchemaValidateElem()26924 if (vctxt->depth == vctxt->skipDepth) in xmlSchemaValidateElem()26967 vctxt->skipDepth = vctxt->depth; in xmlSchemaValidateElem()[all …]