Searched defs:skipDepth (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c1026 int skipDepth; member in struct:_xmlSchemaValidCtxt
25917 vctxt->skipDepth = vctxt->depth -1;
26253 if (vctxt->depth == vctxt->skipDepth)
26254 vctxt->skipDepth = -1;
26570 * Pop this element and set the skipDepth to skip
26573 vctxt->skipDepth = vctxt->depth;
26716 if ((vctxt->skipDepth != -1) &&
26717 (vctxt->depth >= vctxt->skipDepth)) {
26726 * Note that we simply set @skipDepth to 0, this could
26737 vctxt->skipDepth
[all...]

Completed in 112 milliseconds