| Resolve a URI.
Parameters: href - The relative URI of the collection. This corresponds to theargument supplied to the collection() function. If the collection() functionwas called with no arguments (to get the "default collection") this argumentwill be null. Parameters: base - The base URI that should be used. This is the base URI of thestatic context in which the call to collection() was made, typically the URIof the stylesheet or query module Parameters: context - The dynamic execution context an Iterator over the documents in the collection. The items returnedby this iterator must be instances of net.sf.saxon.om.NodeInfo.If the URI is not recognized, the method may either return an empty iterator,in which case no error is reported, or it may throw an exception, in which casethe query or transformation fails. Returning null has the same effect as returningan empty iterator. |