public class ExtendedURIResolver extends Object
Modifier and Type | Field and Description |
---|---|
protected URIResolver |
currentResolver |
protected String |
lastestImportUri |
protected Deque<InputStream> |
resourceOpened |
Constructor and Description |
---|
ExtendedURIResolver() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getLatestImportURI() |
String |
getURI() |
InputSource |
resolve(String curUri,
String baseUri) |
protected URIResolver currentResolver
protected String lastestImportUri
protected final Deque<InputStream> resourceOpened
public InputSource resolve(String curUri, String baseUri)
public void close()
public String getLatestImportURI()
public String getURI()
Apache CXF