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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java327 private int fResultDepth; field in class:XIncludeHandler
399 fResultDepth = isRootDocument() ? 0 : fParentXIncludeHandler.getResultDepth();
937 if (fResultDepth++ == 0) {
948 if (fResultDepth++ == 0) {
1009 if (fResultDepth == 0) {
1020 if (fResultDepth == 0) {
1062 --fResultDepth;
1095 if (fResultDepth == 0) {
1120 && fResultDepth != 0) {
1129 if (fResultDepth
[all...]

Completed in 33 milliseconds