This API doc contains the classes and interfaces necessary to include MorganaXProc into your own Java applications.

See:
          Description

Packages
com.xml_project.morganaxdm This package contains the classes implementing XQuery and XPath Data Model (XDM)
com.xml_project.morganaxpath.functions  
com.xml_project.morganaxpath.nodes This package implements "nodes" for XPath/XQuery (likely to be changed in future versions).
com.xml_project.morganaxpath.type  
com.xml_project.morganaxproc This package contains the principle classes needed to run MorganaXProc from your Java application.
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.
com.xml_project.morganaxproc.core This package contains the core classes needed of MorganaXProc.
com.xml_project.morganaxproc.core.steptypes  
com.xml_project.morganaxproc.extensions This packages contains classes for user extensions in MorganaXProc
com.xml_project.morganaxproc.filesystem This package contains the classes of MorganaXProc's filesystem.
com.xml_project.morganaxproc.security This package contains the classes of MorganaXProc's security management system.
com.xml_project.morganaxquery This package contains the classes implementing XQuery and XPath.
com.xml_project.morganaxquery.configuration  

 

This API doc contains the classes and interfaces necessary to include MorganaXProc into your own Java applications. Currently only a very small subset the API is considered to be stable, so this document does not contain all APIs present in MorganaXProc.

com.xml_project.morganaxproc
... contains the basic classes and interfaces for using MorganaXProc.
com.xml_project.morganaxproc.connectors
... contains the classes and interfaces needed to make an XQuery or an XSLT processor work with MorganaXProc in p:xquery or p:xslt.
com.xml_project.morganaxproc.filesystem
... contains the classes and interfaces of XProcFilesystem. These are needed to enhance MorganaXProcs ability to access resources beyond the already implemented schemes 'file', 'http' and 'https'.

MorganaXProc 1.0-x Copyright (C) 2011-2017 xml-project Achim Berndzen

Homepage: www.xml-project.com

MorganaXProc is free software, released under GNU General Public License version 2.0 (GPLv2).