com.xmlcalabash.util
Class CollectionResolver

java.lang.Object
  extended by com.xmlcalabash.util.CollectionResolver
All Implemented Interfaces:
java.io.Serializable, net.sf.saxon.lib.CollectionURIResolver

public class CollectionResolver
extends java.lang.Object
implements net.sf.saxon.lib.CollectionURIResolver

Created by IntelliJ IDEA. User: ndw Date: Nov 3, 2008 Time: 5:44:12 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Field Summary
protected  java.util.logging.Logger logger
           
 
Constructor Summary
CollectionResolver(XProcRuntime runtime, java.util.Vector<net.sf.saxon.s9api.XdmNode> docs, net.sf.saxon.lib.CollectionURIResolver chainedResolver)
           
 
Method Summary
 net.sf.saxon.om.SequenceIterator resolve(java.lang.String href, java.lang.String base, net.sf.saxon.expr.XPathContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected java.util.logging.Logger logger
Constructor Detail

CollectionResolver

public CollectionResolver(XProcRuntime runtime,
                          java.util.Vector<net.sf.saxon.s9api.XdmNode> docs,
                          net.sf.saxon.lib.CollectionURIResolver chainedResolver)
Method Detail

resolve

public net.sf.saxon.om.SequenceIterator resolve(java.lang.String href,
                                                java.lang.String base,
                                                net.sf.saxon.expr.XPathContext context)
                                         throws net.sf.saxon.trans.XPathException
Specified by:
resolve in interface net.sf.saxon.lib.CollectionURIResolver
Throws:
net.sf.saxon.trans.XPathException