Qizx/Open v0.4

Package net.xfra.qizxopen.xquery

Interface Summary
EvalContext XQuery Evaluation Context.
Focus Provides access to context item, position and size.
Item XQuery abstract Item value.
StaticContext Context for static analysis.
Value Represents the result of the evaluation of a XML Query, which is a sequence of Items.
XQueryProcessor.PauseHandler An object used to pause execution.
 

Class Summary
ExprDump Expression dump utility.
ItemType class ItemType: encompasses AtomicType (anyAtomicType) and NodeType.
Log A message log for XQuery parsing, static and dynamic analysis.
Log.Message Storage of a message.
ModuleManager Compiles and caches XQuery modules on behalf of a XQueryProcessor.
Query Deprecated. use XQuery instead.
SAXXQueryProcessor An XQueryProcessor that evaluates a query and yields a document in the form of SAX2 events.
Type Superclass of all Type representations.
Value.Empty The empty sequence.
XQuery A compiled Query.
XQueryProcessor Main interface to XML Query services.
 

Exception Summary
EmptyException Thrown when a empty Value is encountered in a context that cannot handle it.
EvalException XQuery Runtime exception.
SyntaxException  
TypeException Dynamic Type checking exception (could also be named CastException).
XQueryException  
 


 Copyright Xavier FRANC 2003-2004