public interface CollectionFinder
findCollection(XPathContext, String)
method is
called to get a ResourceCollection
object representing the collection of resources identified by
the supplied collection URI.Modifier and Type | Method and Description |
---|---|
ResourceCollection |
findCollection(XPathContext context,
java.lang.String collectionURI)
Locate the collection of resources corresponding to a collection URI.
|
ResourceCollection findCollection(XPathContext context, java.lang.String collectionURI) throws XPathException
context
- The XPath dynamic evaluation contextcollectionURI
- The collection URI: an absolute URI, formed by resolving the argument
supplied to the fn:collection or fn:uri-collection against the static
base URIXPathException
- if the collection was not foundCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.