public class XomUriResolver extends StandardURIResolver
recognizeQueryParameters| Constructor and Description |
|---|
XomUriResolver(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.transform.Source |
resolve(java.lang.String href,
java.lang.String base)
Resolve a URI
|
getConfiguration, getPlatform, getPTreeSource, queryParametersAreRecognized, setConfiguration, setRecognizeQueryParameters, setSAXInputSourcepublic XomUriResolver(Configuration config)
public javax.xml.transform.Source resolve(java.lang.String href,
java.lang.String base)
throws XPathException
resolve in interface javax.xml.transform.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-2018 Saxonica Limited. All rights reserved.