public interface Universe
INC list or Python's
module search path.
TODO: Returning a Source in return of #resolve() is probably
not what we want. What for instance if the matched component is an extension
written in, say, Java. It makes not sense to return a stream source then.
We should rather use a listener mechanism.| Modifier and Type | Method and Description |
|---|---|
javax.xml.transform.Source |
resolve(java.lang.String href,
URISpace space)
Resolve a specific URI, in a specific space, into a stream source.
|
javax.xml.transform.Source |
resolve(java.lang.String href,
URISpace space,
boolean transitive)
Resolve a specific URI, in a specific space, into a stream source.
|
javax.xml.transform.Source resolve(java.lang.String href,
URISpace space)
throws PackageException
href - the URIspace - the URI spacePackageException - if an error occursjavax.xml.transform.Source resolve(java.lang.String href,
URISpace space,
boolean transitive)
throws PackageException
href - the URIspace - the URI spacetransitive - true if package dependencies are used to resolve the hrefPackageException - if an error occursCopyright © 2015-2024 EXPath. All Rights Reserved