| Name | Description | Type | Package | Framework |
| ConnectionPoolXQDataSource | A factory for PooledXQConnection objects. | Interface | javax.xml.xquery | XQuery |
|
| PooledXQConnection | An object that provides hooks for connection pool management. | Interface | javax.xml.xquery | XQuery |
|
| XQCancelledException | XQCancelledException is an exception to indicate that the current XQuery processing is cancelled by the application through a | Class | javax.xml.xquery | XQuery |
|
| XQConnection | A connection (session) with a specific XQuery engine. | Interface | javax.xml.xquery | XQuery |
|
| XQConnectionEvent | An event object that provides information about the source of a connection-related event. | Class | javax.xml.xquery | XQuery |
|
| XQConnectionEventListener | An object that registers to be notified of events generated by a PooledXQConnection object. | Interface | javax.xml.xquery | XQuery |
|
| XQConstants | XQConstants class provides constants that can be used in the XQJ API. | Class | javax.xml.xquery | XQuery |
|
| XQDataFactory | This interface represents a factory to obtain sequences, item objects and types. | Interface | javax.xml.xquery | XQuery |
|
| XQDataSource | An XQDataSource is a factory for XQConnection objects. | Interface | javax.xml.xquery | XQuery |
|
| XQDynamicContext | XQDynamicContext provides access to the dynamic context as defined in Dynamic Context, XQuery 1. | Interface | javax.xml.xquery | XQuery |
|
| XQException | An exception that provides information on XQJ, XQuery or other errors reported by an XQJ implementation. | Class | javax.xml.xquery | XQuery |
|
| XQExpression | This interface describes the execute immediate functionality for expressions. | Interface | javax.xml.xquery | XQuery |
|
| XQItem | This interface represents an item in the XDM. | Interface | javax.xml.xquery | XQuery |
|
| XQItemAccessor | This interface represents a common interface for accessing the values of All the get functions raise an exception if the underlying sequence object | Interface | javax.xml.xquery | XQuery |
|
| XQItemType | The XQItemType interface represents an item type as defined in XQuery 1. | Interface | javax.xml.xquery | XQuery |
|
| XQMetaData | XQMetaData interface provides information about the data source, in various aspects, such as the product name and version identification, | Interface | javax.xml.xquery | XQuery |
|
| XQPreparedExpression | This interface describes an expression that can be prepared for multiple subsequent executions. | Interface | javax.xml.xquery | XQuery |
|
| XQQueryException | An exception that provides information on errors occurring during the evaluation of an xquery. | Class | javax.xml.xquery | XQuery |
|
| XQResultItem | This interface represents an immutable item object obtained from an XQResultSequence using the getItem method. | Interface | javax.xml.xquery | XQuery |
|
| XQResultSequence | This interface represents a sequence of items obtained as a result of evaluation XQuery expressions. | Interface | javax.xml.xquery | XQuery |
|
| XQSequence | This interface represents a sequence of items as defined in the XDM. | Interface | javax.xml.xquery | XQuery |
|
| XQSequenceType | The XQSequenceType interface represents a sequence type as XQuery 1. | Interface | javax.xml.xquery | XQuery |
|
| XQStackTraceElement | This class represents a frame in a stack trace, akin to the java. | Class | javax.xml.xquery | XQuery |
|
| XQStackTraceVariable | This class represents the list of variables and their valuesSee Also:XQStackTraceElement, | Class | javax.xml.xquery | XQuery |
|
| XQStaticContext | An XQStaticContext represents default values for various XQuery Static Context Components. | Interface | javax.xml.xquery | XQuery |