public class CatalogCollection extends AbstractResourceCollection
AbstractResourceCollection.InputDetailscollectionURI, config, params| Constructor and Description |
|---|
CatalogCollection(Configuration config,
String collectionURI) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterator<String> |
catalogContents(String href,
XPathContext context)
Return a collection defined as a list of URIs in a catalog file
|
Iterator<Resource> |
getResources(XPathContext context)
Get the resources in the collection.
|
Iterator<String> |
getResourceURIs(XPathContext context)
Get the URIs of the resources in the collection.
|
boolean |
isStable(XPathContext context)
Ask whether the collection is stable.
|
static StringBuilder |
makeStringBuilderFromStream(InputStream in,
String encoding)
Return a StringBuilder initialized to the contents of an InputStream
|
getCollectionURI, getInputDetails, guessContentType, makeResource, makeResource, optionsFromQueryParameters, registerContentType, stripWhitespacepublic CatalogCollection(Configuration config, String collectionURI)
public Iterator<String> getResourceURIs(XPathContext context) throws XPathException
ResourceCollectionUnparsedTextURIResolver (in the case of unparsed text and JSON resources), etc.context - the XPath evaluation contextXPathException - in the event of any error (for example, if the collection URI
is not recognized)public Iterator<Resource> getResources(XPathContext context) throws XPathException
ResourceCollectioncontext - the XPath evaluation contextResource.XPathException - in the event of any error (for example, if the collection URI
is not recognized)public boolean isStable(XPathContext context)
AbstractResourceCollectionResourceCollection.getResources(XPathContext) or ResourceCollection.getResourceURIs(XPathContext)isStable in interface ResourceCollectionisStable in class AbstractResourceCollectioncontext - the XPath evaluation context.FeatureKeys.STABLE_COLLECTION_URI is set.public static StringBuilder makeStringBuilderFromStream(InputStream in, String encoding) throws IOException
in - the input stream (which is consumed by this method)IOException - if an error occurs reading the resourceprotected Iterator<String> catalogContents(String href, XPathContext context) throws XPathException
href - the absolute URI of the catalog filecontext - the dynamic evaluation contextXPathException - if any failures occurCopyright (c) 2004-2017 Saxonica Limited. All rights reserved.