Package com.ddtek.xquery

Interface Summary
CollectionURIResolver An object that implements this interface that can be called by DataDirect XQuery to turn a file collection URI used in a call to fn:collection(), into a set of Source objects.
ModuleURIResolver An object that implements this interface that can be called by DataDirect XQuery to turn a module URI and location hints used in a ModuleImport, into a set of StreamSource objects.
 

Class Summary
StAXSource Acts as a holder for an XML Source in the form of a StAX reader, ie XMLStreamReader.