See: Description
Class | Description |
---|---|
AbstractResourceCollection |
AbstractCollection is an abstract superclass for the various implementations
of ResourceCollection within Saxon.
|
AbstractResourceCollection.InputDetails | |
BinaryResource | |
CatalogCollection | |
CollectionURIResolverWrapper |
The class bridges the old CollectionURIResolver interface to the new CollectionFinder interface; it means
that existing CollectionURIResolver implementations can continue to be used with Saxon 9.7.
|
DirectoryCollection |
This class represents a resource collection containing all, or selected, files within a filestore
directory.
|
FailedResource |
FailedResource represents an item in a collection that could not be processed because of some kind of error
|
JarCollection |
A JarCollection represents a collection of resources held in a JAR or ZIP archive, accessed typically
using a URI using the (Java-defined) "jar" URI scheme, or simply a "file" URI where the target
file is a JAR or ZIP file.
|
JSONResource |
A Resource (that is, an item in a collection) holding JSON content
|
MetadataResource |
Created by mike on 28/10/15.
|
StandardCollectionFinder |
Default implementation of the CollectionFinder interface.
|
UnparsedTextResource |
This class implements th interface Resource.
|
XmlResource |
The class is an implementation of the generic Resource object (typically an item in a collection)
representing an XML document
|
This package contains Java classes used to represent abstractions of resources of different kinds that can be retrieved as part of a collection (using the fn:collection function).
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.