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, setSAXInputSource
public 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.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-2018 Saxonica Limited. All rights reserved.