Package javax.xml.xquery


package javax.xml.xquery
  • Class
    Description
    A factory for PooledXQConnection objects.
    An object that provides hooks for connection pool management.
    XQCancelledException is an exception to indicate that the current XQuery processing is cancelled by the application through a cancel() request.
    A connection (session) with a specific XQuery engine.
    An event object that provides information about the source of a connection-related event.
    An object that registers to be notified of events generated by a PooledXQConnection object.
    XQConstants class provides constants that can be used in the XQJ API.
    This interface represents a factory to obtain sequences, item objects and types.
    An XQDataSource is a factory for XQConnection objects.
    XQDynamicContext provides access to the dynamic context as defined in 2.1.2 Dynamic Context, XQuery 1.0: An XML Query Language.
    An exception that provides information on XQJ, XQuery or other errors reported by an XQJ implementation.
    This interface describes the execute immediate functionality for expressions.
    This interface represents an item in the XDM.
    This interface represents a common interface for accessing the values of an XQuery item.
    The XQItemType interface represents an item type as defined in XQuery 1.0: An XML Query language.
    XQMetaData interface provides information about the data source, in various aspects, such as the product name and version identification, supported features, specific behaviors, user information, product limits and so forth.
    This interface describes an expression that can be prepared for multiple subsequent executions.
    An exception that provides information on errors occurring during the evaluation of an xquery.
    This interface represents an immutable item object obtained from an XQResultSequence using the getItem method.
    This interface represents a sequence of items obtained as a result of evaluation XQuery expressions.
    This interface represents a sequence of items as defined in the XDM.
    The XQSequenceType interface represents a sequence type as XQuery 1.0: An XML Query language.
    This class represents a frame in a stack trace, akin to the java.lang.StackTraceElement but for XQuery callstacks instead of Java.
    This class represents the list of variables and their values in an error stack.
    An XQStaticContext represents default values for various XQuery Static Context Components.