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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java275 protected String fParentRelativeURI; field in class:XIncludeHandler
402 fParentRelativeURI = null;
2156 if (fParentRelativeURI == null) {
2157 fParentRelativeURI =
2160 if (fParentRelativeURI.equals("")) {
2164 URI base = new URI(fParentRelativeURI, true);

Completed in 57 milliseconds