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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java312 protected Stack fExpandedSystemID; field in class:XIncludeHandler
384 fExpandedSystemID = new Stack();
410 fExpandedSystemID.clear();
2782 fExpandedSystemID.push(fCurrentBaseURI.getExpandedSystemId());
2791 fExpandedSystemID.pop();
2795 fCurrentBaseURI.setExpandedSystemId((String)fExpandedSystemID.peek());
2826 return (String)fExpandedSystemID.elementAt(scope);

Completed in 37 milliseconds