Package com.xmlcalabash.util
Class XProcCollectionFinder
-
- All Implemented Interfaces:
-
net.sf.saxon.lib.CollectionFinder
public final class XProcCollectionFinder implements CollectionFinder
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
XProcCollectionFinder.XProcResourceCollection
public final class
XProcCollectionFinder.XProcResource
public class
XProcCollectionFinder.Companion
-
Field Summary
Fields Modifier and Type Field Description private final List<XProcDocument>
coll
private final CollectionFinder
chain
public final static XProcCollectionFinder.Companion
Companion
-
Constructor Summary
Constructors Constructor Description XProcCollectionFinder(List<XProcDocument> coll, CollectionFinder chain)
-
Method Summary
Modifier and Type Method Description final List<XProcDocument>
getColl()
final CollectionFinder
getChain()
ResourceCollection
findCollection(XPathContext context, String collectionUri)
-
-
Constructor Detail
-
XProcCollectionFinder
XProcCollectionFinder(List<XProcDocument> coll, CollectionFinder chain)
-
-
Method Detail
-
getColl
final List<XProcDocument> getColl()
-
getChain
final CollectionFinder getChain()
-
findCollection
ResourceCollection findCollection(XPathContext context, String collectionUri)
-
-
-
-