Qizx/open API
A B C D E F G H I K L M N O P Q R S T U V W X Y

X

XDT - Static variable in class net.axyana.qizxopen.util.Namespace
The XPath extended datatypes namespace
XLINK - Static variable in class net.axyana.qizxopen.util.Namespace
The XLINK namespace: http://www.w3.org/1999/xlink
XML - Static variable in class net.axyana.qizxopen.util.Namespace
the XML namespace: http://www.w3.org/XML/1998/namespace
XMLEventReceiver - interface net.axyana.qizxopen.dm.XMLEventReceiver.
A SAX-like abstract event handler.
XMLEventReceiverBase - class net.axyana.qizxopen.dm.XMLEventReceiverBase.
An abstract receiver of SAX-like events.
XMLEventReceiverBase() - Constructor for class net.axyana.qizxopen.dm.XMLEventReceiverBase
 
XMLSerialOptions - class net.axyana.qizxopen.dm.XMLSerialOptions.
Safe and network-transmissible options for XML Serialization.
XMLSerialOptions() - Constructor for class net.axyana.qizxopen.dm.XMLSerialOptions
 
XMLSerialOptions(String) - Constructor for class net.axyana.qizxopen.dm.XMLSerialOptions
 
XMLSerializer - class net.axyana.qizxopen.dm.XMLSerializer.
Serializes a DataModel Node and its subtree to an output stream.
XMLSerializer() - Constructor for class net.axyana.qizxopen.dm.XMLSerializer
Constructs a XMLSerializer with default XML output method.
XMLSerializer(String) - Constructor for class net.axyana.qizxopen.dm.XMLSerializer
Constructs a XMLSerializer with specification of an output method.
XMLSerializer(Writer) - Constructor for class net.axyana.qizxopen.dm.XMLSerializer
Constructs a XMLSerializer with an output writer.
XMLUtil - class net.axyana.qizxopen.util.XMLUtil.
A collection of utility functions (static methods) related to XML.
XMLUtil() - Constructor for class net.axyana.qizxopen.util.XMLUtil
 
XML_BASE - Static variable in class net.axyana.qizxopen.util.QName
the xml:base qualified name
XML_LANG - Static variable in class net.axyana.qizxopen.util.QName
the xml:lang qualified name
XML_SPACE - Static variable in class net.axyana.qizxopen.util.QName
the xml:space qualified name
XQConnectionException - exception net.axyana.qizxopen.xquery.XQConnectionException.
Thrown by a remote connection failure.
XQConnectionException(String, Throwable) - Constructor for class net.axyana.qizxopen.xquery.XQConnectionException
 
XQConnectionException(String) - Constructor for class net.axyana.qizxopen.xquery.XQConnectionException
 
XQCoreDataModel - class net.axyana.qizxopen.xquery.dm.XQCoreDataModel.
Basic in-core Implementation of XQuery Data Model.
XQCoreDataModel() - Constructor for class net.axyana.qizxopen.xquery.dm.XQCoreDataModel
 
XQEvalException - exception net.axyana.qizxopen.xquery.XQEvalException.
XQuery Runtime exception.
XQEvalException(String) - Constructor for class net.axyana.qizxopen.xquery.XQEvalException
 
XQEvalException(String, Throwable) - Constructor for class net.axyana.qizxopen.xquery.XQEvalException
 
XQEvalException.StackFrame - class net.axyana.qizxopen.xquery.XQEvalException.StackFrame.
An execution stack frame.
XQEvalException.StackFrame() - Constructor for class net.axyana.qizxopen.xquery.XQEvalException.StackFrame
 
XQFONIDataModel - class net.axyana.qizxopen.xquery.dm.XQFONIDataModel.
Implementation of XQuery Data Model above Fully-ordered documents.
XQFONIDataModel(FONIDocument) - Constructor for class net.axyana.qizxopen.xquery.dm.XQFONIDataModel
 
XQFONIDataModel.INode - class net.axyana.qizxopen.xquery.dm.XQFONIDataModel.INode.
 
XQFONIDataModel.INode() - Constructor for class net.axyana.qizxopen.xquery.dm.XQFONIDataModel.INode
 
XQFONIDataModel.INode(int, FONIDataModel) - Constructor for class net.axyana.qizxopen.xquery.dm.XQFONIDataModel.INode
 
XQItem - interface net.axyana.qizxopen.xquery.XQItem.
XQuery abstract Item representation.
XQItemType - class net.axyana.qizxopen.xquery.XQItemType.
class ItemType: encompasses AtomicType (anyAtomicType) and NodeType.
XQItemType() - Constructor for class net.axyana.qizxopen.xquery.XQItemType
 
XQMessage - class net.axyana.qizxopen.xquery.XQMessage.
Error, Warning, or Information message, generated by compilation (Static Analysis) or execution.
XQMessage(int, String) - Constructor for class net.axyana.qizxopen.xquery.XQMessage
 
XQMetadata - class net.axyana.qizxopen.xquery.XQMetadata.
Detailed product information.
XQMetadata() - Constructor for class net.axyana.qizxopen.xquery.XQMetadata
 
XQModuleManager - class net.axyana.qizxopen.xquery.XQModuleManager.
Helper class used by a XQuery engine to compile and cache XQuery modules and XSLT stylesheets.
XQModuleManager(URL) - Constructor for class net.axyana.qizxopen.xquery.XQModuleManager
Builds a Module Manager with a base location for resolution of module URIs.
XQModuleManager(String) - Constructor for class net.axyana.qizxopen.xquery.XQModuleManager
Builds a Module Manager with a base location for resolution of module URIs.
XQNode - interface net.axyana.qizxopen.xquery.dm.XQNode.
A Data-Model Node that is also a XPath/XQuery Item.
XQResultSequence - class net.axyana.qizxopen.xquery.XQResultSequence.
Represents the result of the evaluation of a query, which is a sequence of Items (XQItem).
XQResultSequence(XQValue) - Constructor for class net.axyana.qizxopen.xquery.XQResultSequence
 
XQResultSequence(int, XQueryExpressionCx) - Constructor for class net.axyana.qizxopen.xquery.XQResultSequence
 
XQSrcPoint - class net.axyana.qizxopen.xquery.XQSrcPoint.
Location in a source module or query.
XQSrcPoint() - Constructor for class net.axyana.qizxopen.xquery.XQSrcPoint
 
XQSyntaxException - exception net.axyana.qizxopen.xquery.XQSyntaxException.
Sent by the XQuery parser on the first syntax error (no recovery).
XQSyntaxException(String, int) - Constructor for class net.axyana.qizxopen.xquery.XQSyntaxException
 
XQType - class net.axyana.qizxopen.xquery.XQType.
Superclass of all XQuery Type representations.
XQType() - Constructor for class net.axyana.qizxopen.xquery.XQType
 
XQTypeException - exception net.axyana.qizxopen.xquery.XQTypeException.
Dynamic Type checking exception (could also be named CastException).
XQTypeException(String) - Constructor for class net.axyana.qizxopen.xquery.XQTypeException
 
XQTypeException(String, Exception) - Constructor for class net.axyana.qizxopen.xquery.XQTypeException
 
XQValue - interface net.axyana.qizxopen.xquery.XQValue.
Internal representation of the result of the evaluation of a query, which is a sequence of Items (XQItem).
XQueryBasicEngine - class net.axyana.qizxopen.xquery.XQueryBasicEngine.
An implementation of a XQuery system.
XQueryBasicEngine() - Constructor for class net.axyana.qizxopen.xquery.XQueryBasicEngine
Creates an Engine equipped with a DocumentManager, a XQuery Module Manager, and a Library Engine, all these objects using the current directory as base location.
XQueryCancelledException - exception net.axyana.qizxopen.xquery.XQueryCancelledException.
Raised when an expression execution is cancelled by another thread.
XQueryCancelledException(String) - Constructor for class net.axyana.qizxopen.xquery.XQueryCancelledException
 
XQueryConnection - class net.axyana.qizxopen.xquery.XQueryConnection.
XQueryConnection is the main interface for XQuery applications.
XQueryConnection(XQueryConnectionCx) - Constructor for class net.axyana.qizxopen.xquery.XQueryConnection
 
XQueryDataSource - interface net.axyana.qizxopen.xquery.XQueryDataSource.
Factory for XQuery Connections.
XQueryEnvironment - class net.axyana.qizxopen.xquery.XQueryEnvironment.
Client-side superclass for objects holding compilation and execution environments of XQueries (Connections and Expressions).
XQueryException - exception net.axyana.qizxopen.xquery.XQueryException.
A XQueryException is a common superclass for different kinds of exceptions raised by XQuery compilation and execution.
XQueryException(String) - Constructor for class net.axyana.qizxopen.xquery.XQueryException
 
XQueryException(String, Throwable) - Constructor for class net.axyana.qizxopen.xquery.XQueryException
 
XQueryExpression - class net.axyana.qizxopen.xquery.XQueryExpression.
A XQuery Expression is intended for executing simple queries and can be reused.
XQueryPragma - interface net.axyana.qizxopen.xquery.XQueryPragma.
Abstract representation of a XQuery Pragma or Must-Understand-Expression.
XQueryPragma.Iterator - interface net.axyana.qizxopen.xquery.XQueryPragma.Iterator.
Parses the contents as a list of pseudo-attributes of the form attr=value, iterates on attributes.
XQueryPreparedExpression - class net.axyana.qizxopen.xquery.XQueryPreparedExpression.
Prepared XQuery Expressions are compiled once and can be used multiple times, changing global variable values.
XQueryServer - interface net.axyana.qizxopen.xquery.XQueryServer.
Represents a XQuery engine/server from the application point of view.
XQueryXMLReader - class net.axyana.qizxopen.xquery.XQueryXMLReader.
Wraps a XQuery Expression so that it can be used as a SAX source.
XQueryXMLReader() - Constructor for class net.axyana.qizxopen.xquery.XQueryXMLReader
 
XQueryXMLReader(XQueryPreparedExpression) - Constructor for class net.axyana.qizxopen.xquery.XQueryXMLReader
 
XSD - Static variable in class net.axyana.qizxopen.util.Namespace
The XML Schema Definition namespace: http://www.w3.org/2001/XMLSchema
XSI - Static variable in class net.axyana.qizxopen.util.Namespace
The XSI namespace: http://www.w3.org/2001/XMLSchema-instance
XSI_NIL - Static variable in class net.axyana.qizxopen.util.QName
the xsi:nil qualified name
XSI_NO_NAMESPACE_SCHEMA_LOCATION - Static variable in class net.axyana.qizxopen.util.QName
the xsi:noNamespaceSchemaLocation qualified name
XSI_SCHEMA_LOCATION - Static variable in class net.axyana.qizxopen.util.QName
the xsi:schemaLocation qualified name
XSI_TYPE - Static variable in class net.axyana.qizxopen.util.QName
the xsi:type qualified name
XSL - Static variable in class net.axyana.qizxopen.util.Namespace
The XSL namespace: "http://www.w3.org/1999/XSL/Format
XSLT - Static variable in class net.axyana.qizxopen.util.Namespace
The XSLT namespace: http://www.w3.org/1999/XSL/Transform
XSLTOptions - class net.axyana.qizxopen.xquery.XSLTOptions.
Safe and network-transmissible options for XML Serialization.
XSLTOptions() - Constructor for class net.axyana.qizxopen.xquery.XSLTOptions
 
XSLT_OUTPUT_FILE - Static variable in class net.axyana.qizxopen.xquery.XQModuleManager
 
xrandom(double) - Static method in class net.axyana.qizxopen.util.RandomGene
Returns a number between 1 and N, with decaying probability
xselect(RandomGene.RandomSelector, double) - Static method in class net.axyana.qizxopen.util.RandomGene
 
xslTransform(XQNode, String, Properties, Properties) - Method in class net.axyana.qizxopen.xquery.XQModuleManager
Runs a XSLT transformation on an element (internal use).

© 2005 Axyana Software
A B C D E F G H I K L M N O P Q R S T U V W X Y