Package net.sf.saxon.javax.xml.xquery

This package contains the classes and interfaces defined in the draft XQJ specification (JSR 225).

See:
          Description

Interface Summary
ConnectionPoolXQDataSource XQJ interfaces reconstructed from version 0.9 documentation
PooledXQConnection XQJ interfaces reconstructed from version 0.9 documentation
XQConnection XQJ interfaces reconstructed from version 0.9 documentation
XQConnectionEventListener XQJ interfaces reconstructed from version 0.9 documentation
XQDataFactory XQJ interfaces reconstructed from version 0.9 documentation
XQDataSource XQJ interfaces reconstructed from version 0.5 documentation
XQDynamicContext XQJ interfaces reconstructed from version 0.9 documentation
XQExpression XQJ interfaces reconstructed from version 0.5 documentation
XQItem XQJ interfaces reconstructed from version 0.9 documentation
XQItemAccessor XQJ interface reconstructed from version 0.9 documentation
XQItemType XQJ interfaces reconstructed from version 0.5 documentation
XQMetaData XQJ interfaces reconstructed from version 0.5 documentation
XQPreparedExpression XQJ interfaces reconstructed from version 0.5 documentation
XQResultItem XQJ interfaces reconstructed from version 0.9 documentation
XQResultSequence XQJ interfaces reconstructed from version 0.9 documentation
XQSequence XQJ interfaces reconstructed from version 0.5 documentation
XQSequenceType XQJ interfaces reconstructed from version 0.5 documentation
XQStaticContext XQJ interfaces reconstructed from version 0.5 documentation
 

Class Summary
XQConnectionEvent XQJ interfaces reconstructed from version 0.9 documentation
XQConstants XQJ interfaces reconstructed from version 0.9 documentation
XQStackTraceElement XQJ interfaces reconstructed from version 0.9 documentation
XQStackTraceVariable XQJ interfaces reconstructed from version 0.9 documentation
 

Exception Summary
XQCancelledException XQJ interfaces reconstructed from version 0.9 documentation
XQException XQJ interfaces reconstructed from version 0.9 documentation
XQQueryException XQJ interfaces reconstructed from version 0.5 documentation
 

Package net.sf.saxon.javax.xml.xquery Description

This package contains the classes and interfaces defined in the draft XQJ specification (JSR 225). This is designed as an interoperable API allowing applications access to XQuery implementations. The classes will eventually appear under the package javax.xml.xquery, but they are included in this package for the time being to reduce the risk of interoperability problems should the specifications change.

The package implements the Early Draft Review 2 edition of the specification published on 21 May 2007. This is available at http://jcp.org/aboutJava/communityprocess/edr/jsr225/index2.html. Note that this states that the specifications are subject to change and should not be considered in any way final. The interface specifications have been extracted from the published specification documents, and this process may have introduced errors.

The XQJ specification is Copyright (c) Oracle 2003, 2006, 2007.

The specification includes a license indicating the terms and conditions under which an implementation (a "derived work") may be produced and distributed. That license is to be considered as being incorporated into this implementation by reference. The license places requirements on implementations: this implementation meets those requirements except for requirement (d), which states that implementations must pass all compatibility tests. Saxon meets this requirement to the extent that there are at present no such tests.

The Saxon-specific classes that implement this interface are contained in package net.sf.saxon.xqj.


Michael H. Kay
17 July 2006



Copyright (C) Michael H. Kay. All rights reserved.