net.sf.saxon.option.xom
public class XomUriResolver extends StandardURIResolver
Constructor Summary | |
---|---|
XomUriResolver(Configuration config) |
Method Summary | |
---|---|
Source | resolve(String href, String base)
Resolve a URI |
Parameters: 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.
Returns: a Source object representing an XML document