Package com.xml_project.morganaxproc.xquery

This package contains the classes implementing XQuery and XPath.

See:
          Description

Class Summary
DynamicXQueryContext The dynamic context of a query (XPath and XQuery)
StaticXQueryContext The static context of a query (XPath or XQuery).
 

Enum Summary
StaticXQueryContext.Modes The constructions modes.
StaticXQueryContext.OrderingModes The ordering modes.
XPathException.ExceptionCode Error conditions as in http://www.w3.org/TR/xquery/#id-errors
 

Exception Summary
XPathException An XPathException is raised, if an error occurred during compilation or execution of an XPath or XQuery expression.
 

Package com.xml_project.morganaxproc.xquery Description

This package contains the classes implementing XQuery and XPath.