Interface | Description |
---|---|
XCollectionResolver |
Implement this class to resolve the URI provided on a call to
fn:collection to a sequence of nodes. |
XCompilationFactory |
Factory for compiling expressions, queries and stylesheets into Java classes.
|
XCompilationParameters |
Interface for compilation parameter settings.
|
XDynamicContext |
Use the
XDynamicContext to override execution-time settings. |
XExecutable |
Base executable class.
|
XItemFactory |
Factory for creating new items and sequences.
|
XItemView |
Represents an item in the data model.
|
XMessageHandler |
Implement this class to override the default error and message handling behaviour.
|
XModuleResolver |
Implement this class to override the default XQuery module resolution behaviour.
|
XNodeView |
Represents a node in the data model (an item with complex type).
|
XOutputParameters |
Interface for output parameter settings.
|
XPathExecutable |
Represents a prepared XPath expression.
|
XQueryExecutable |
Represents a prepared XQuery expression.
|
XResultResolver |
Implement this class to override the default resolution
behaviour for the URI reference in XSLT
xsl:result-document
instructions. |
XSchemaResolver |
Implement this class to override the default schema resolution behaviour.
|
XSequenceCursor |
Represents a sequence of items providing cursor access to the items.
|
XSequenceType |
Represents a sequence type.
|
XSequenceTypeFactory |
Factory for creating sequence types.
|
XSLTExecutable |
Represents a prepared XSLT stylesheet.
|
XSourceLocation |
Represents a location in a document.
|
XSourceResolver |
Implement this class to override the default source document resolution behaviour.
|
XStaticContext |
Use the
XStaticContext to override prepare time settings. |
XTreeCursor |
Represents a node providing cursor access to the attributes and children
of the node.
|
XTypeConstants |
Predefined constants for the built-in types including:
An enumeration for the built-in types.
|
XUnparsedTextResolver |
Implement this class to override the default unparsed text resolution behaviour.
|
Class | Description |
---|---|
XFactory |
The
XFactory class is the main factory class for
creating executables for XPath, XQuery, and XSLT. |
XItemSource |
An implementation of
Source for XItemView objects. |
XSequenceCursorResult |
An implementation of
Result for XSequenceCursor . |
Enum | Description |
---|---|
XMessageHandler.MsgType |
Enumerator of message error levels.
|
XNodeView.Kind |
Enumeration of node kinds.
|
XSequenceType.Kind |
Enumeration for the kind of sequence as defined in the
SequenceType syntax.
|
XSequenceType.OccurrenceIndicator |
Enumeration of occurrence indicators.
|
XTypeConstants.Type |
Enumerator of built-in types.
|
Exception | Description |
---|---|
XProcessException |
Base exception for XML processing.
|
XViewException |
View exception.
|