Saxon.Api

 

 

Saxon.Api

Class JarCollection


public class JarCollection
extends ResourceCollection

A JarCollection represents a collection of resources held in a JAR or ZIP archive, accessess typically using a URI using the "jar" URI scheme, or simply a "file" URI where the target file is a JAR or ZIP file.

Constructor Summary

JarCollection (DynamicContext context, string collectionURI, URIQueryParameters parameters)

Create a JarCollection

 

Constructor Detail

JarCollection

public JarCollection(DynamicContext context,
                     string collectionURI,
                     URIQueryParameters parameters)

Create a JarCollection

Parameters:

context - The XPath dynamic context
collectionURI - the collection URI used to identify this collection (typically but not necessarily the location of the JAR file)
parameters - URI query parameters appearing on the collection URI