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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java309 protected IntStack fBaseURIScope; field in class:XIncludeHandler
381 fBaseURIScope = new IntStack();
407 fBaseURIScope.clear();
1034 if (fBaseURIScope.size() > 0 && fDepth == fBaseURIScope.peek()) {
1073 if (fBaseURIScope.size() > 0 && fDepth == fBaseURIScope.peek()) {
2779 fBaseURIScope.push(fDepth);
2792 fBaseURIScope.pop();
2852 if (start == fBaseURIScope
[all...]

Completed in 33 milliseconds