public class PackageURIResolver extends StandardURIResolver
recognizeQueryParameters| Constructor and Description |
|---|
PackageURIResolver() |
| Modifier and Type | Method and Description |
|---|---|
Source |
resolve(String href,
String base)
Resolve a URI
|
getConfiguration, getPlatform, getPTreeSource, queryParametersAreRecognized, setConfiguration, setRecognizeQueryParameters, setSAXInputSourcepublic Source resolve(String href, String base) throws XPathException
resolve in interface URIResolverresolve in class StandardURIResolverhref - The relative or absolute URI. May be an empty string. May contain
a fragment identifier starting with "#", which must be the value of an ID attribute
in the referenced XML document.base - The base URI that should be used. May be null if uri is absolute.XPathExceptionCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.