public class XomUriResolver extends StandardURIResolver
recognizeQueryParameters
Constructor and Description |
---|
XomUriResolver(Configuration config) |
Modifier and Type | Method and Description |
---|---|
Source |
resolve(String href,
String base)
Resolve a URI
|
getConfiguration, getPlatform, getPTreeSource, queryParametersAreRecognized, setConfiguration, setRecognizeQueryParameters, setSAXInputSource
public XomUriResolver(Configuration config)
public Source resolve(String href, String base) throws XPathException
resolve
in interface URIResolver
resolve
in class StandardURIResolver
href
- 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.XPathException
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.