Package com.xml_project.morganaxproc.connectors

This package contains the (abstract) classes and interfaces needed to connect an XQuery or XSLT processor to MorganaXProc using the connector mechanism.

See:
          Description

Interface Summary
CollectionURIResolver This interface is used to resolve uri's to ressources when calling fn:collection with a string as parameter.
ModuleURIResolver Interface used to resolve module import in XQuery and p:xquery
TextURIResolver  
ValidationConnector  
XQueryExpression This class defines an interface for the use of XQuery processors with MorganaXProc.
XSLTTemplate This class defines an interface for the use of XSLT processors with MorganaXProc.
 

Class Summary
XQueryConnector This class defines an interface for the use of XQuery processors with MorganaXProc.
XSLTConnector This class defines an interface for the use of XSLT processors with MorganaXProc.
XsltResult This class serves as a container for the results of an XSLT transformation.
 

Exception Summary
XQueryConnectorException This class is used to raise exceptions occurred during instantiation of an XQueryConnector
 

Package com.xml_project.morganaxproc.connectors Description

This package contains the (abstract) classes and interfaces needed to connect an XQuery or XSLT processor to MorganaXProc using the connector mechanism.

A connector is in principle an wrapper around the individual processor either for XQuery or XSLT making it available for MorganaXProc in its implementation of p:xslt or p:xquery. Please see the task oriented coverage of this topic on our homepage.