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

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java326 private int fResultDepth; field in class:XIncludeHandler
408 fResultDepth = isRootDocument() ? 0 : fParentXIncludeHandler.getResultDepth();
956 if (fResultDepth++ == 0) {
967 if (fResultDepth++ == 0) {
1028 if (fResultDepth == 0) {
1039 if (fResultDepth == 0) {
1081 --fResultDepth;
1114 if (fResultDepth == 0) {
1139 && fResultDepth != 0) {
1148 if (fResultDepth
[all...]

Completed in 36 milliseconds