public class CompositeUniverse extends java.lang.Object implements Universe
| Constructor and Description |
|---|
CompositeUniverse(boolean transitive) |
| Modifier and Type | Method and Description |
|---|---|
void |
addUniverse(Universe universe) |
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.
|
public void addUniverse(Universe universe)
public javax.xml.transform.Source resolve(java.lang.String href,
URISpace space)
throws PackageException
Universeresolve in interface Universehref - the URIspace - the URI spacePackageException - if an error occurspublic javax.xml.transform.Source resolve(java.lang.String href,
URISpace space,
boolean transitive)
throws PackageException
Universeresolve in interface Universehref - 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