javax.xml.transform.URIResolver, NonDelegatingURIResolverpublic class XomUriResolver extends StandardURIResolver
recognizeQueryParameters| Constructor | Description |
|---|---|
XomUriResolver(Configuration config) |
| Modifier and Type | Method | Description |
|---|---|---|
javax.xml.transform.Source |
resolve(java.lang.String href,
java.lang.String base) |
Resolve a URI
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfiguration, 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.XPathException