Searched refs:fBaseURIScope (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.java308 protected IntStack fBaseURIScope; field in class:XIncludeHandler
390 fBaseURIScope = new IntStack();
416 fBaseURIScope.clear();
1053 if (fBaseURIScope.size() > 0 && fDepth == fBaseURIScope.peek()) {
1092 if (fBaseURIScope.size() > 0 && fDepth == fBaseURIScope.peek()) {
2828 fBaseURIScope.push(fDepth);
2841 fBaseURIScope.pop();
2901 if (start == fBaseURIScope
[all...]

Completed in 471 milliseconds