public class ExtendedURIResolver
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected URIResolver |
currentResolver |
protected java.lang.String |
lastestImportUri |
protected java.util.Stack<java.io.InputStream> |
resourceOpened |
| Constructor and Description |
|---|
ExtendedURIResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.lang.String |
getLatestImportURI() |
java.lang.String |
getURI() |
org.xml.sax.InputSource |
resolve(java.lang.String curUri,
java.lang.String baseUri) |
protected URIResolver currentResolver
protected java.lang.String lastestImportUri
protected java.util.Stack<java.io.InputStream> resourceOpened