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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java311 protected Stack fLiteralSystemID; field in class:XIncludeHandler
383 fLiteralSystemID = new Stack();
409 fLiteralSystemID.clear();
2781 fLiteralSystemID.push(fCurrentBaseURI.getLiteralSystemId());
2790 fLiteralSystemID.pop();
2794 fCurrentBaseURI.setLiteralSystemId((String)fLiteralSystemID.peek());
2856 URI uri = new URI("file", (String)fLiteralSystemID.elementAt(start));
2858 uri = new URI(uri, (String)fLiteralSystemID.elementAt(i));

Completed in 57 milliseconds