Qizx/open 4.1 API

Uses of Package
com.qizx.api

Packages that use com.qizx.api
com.qizx.api API of the embeddable version of the Qizx XML Query engine. 
com.qizx.api.fulltext This package represents a simple framework for extending and redefining full-text features. 
com.qizx.api.util Utility classes implementing interfaces from the API, in particular conversion to XML, HTML, DOM, SAX, conversion from DOM and SAX, and connection to JAXP-compatible XSLT engines. 
com.qizx.api.util.fulltext This package contains the built-in implementation of full-text features. 
com.qizx.api.util.text Text-related utility classes, in particular implementations of base indexing Sieves. 
com.qizx.xdm   
 

Classes in com.qizx.api used by com.qizx.api
CompilationException
          Thrown at the end of the compilation of an Expression if there are errors.
DataModelException
          Exception raised by operations on XML data.
EvaluationException
          Exception thrown by an error in the execution of an XQuery Expression.
EvaluationStackTrace
          A level in an evaluation Stack Trace.
Expression
          Compiled XML Query expression.
Indexing
          Specification of rules and parameters used to build indexes in a XML Library.
Indexing.DateSieve
          Pluggable analyzer/converter of date-time values, for custom indexing.
Indexing.NumberSieve
          Pluggable analyzer/converter of numeric values, for custom indexing.
Indexing.Rule
          Indexing properties associated with an element or an attribute (for advanced indexing).
Indexing.Sieve
          Abstraction of Sieves used for indexing XML data.
Indexing.WordSieve
          Deprecated. replaced by TextTokenizer
Item
          An Item of a Sequence returned by the evaluation of an XQuery Expression.
ItemFactory
          Creates Items and related resources (ItemTypes and QNames).
ItemSequence
          Sequence of Items returned by the evaluation of a XQuery Expression.
ItemType
          The type of an Item as defined in the XML Query language.
Message
          Message (error or warning) returned by compilation errors.
ModuleResolver
          Resolves a module URI specified by a XQuery 'import module' declaration.
Node
          Nodes of the Document Data Model, as defined by XQuery1/XPath2, plus extensions.
QizxException
          Super-class of all exceptions of the API.
QName
          Qualified name for XML elements and attributes.
SequenceType
          Type of an Item sequence.
TraceObserver
          Interface for displaying execution traces generated by the XQuery function fn:trace().
XMLPullStream
          Streaming input of XML contents, working in 'pull' mode.
XMLPushStream
          Streaming output for XML contents, working in 'push' mode.
XQueryContext
          Definition of the XQuery Context used for compiling and executing Expressions.
XQuerySession
          Simple XQuery session without access to XML Libraries, used in Qizx/open.
 

Classes in com.qizx.api used by com.qizx.api.fulltext
XMLPullStream
          Streaming input of XML contents, working in 'pull' mode.
 

Classes in com.qizx.api used by com.qizx.api.util
DataModelException
          Exception raised by operations on XML data.
ItemFactory
          Creates Items and related resources (ItemTypes and QNames).
ModuleResolver
          Resolves a module URI specified by a XQuery 'import module' declaration.
Node
          Nodes of the Document Data Model, as defined by XQuery1/XPath2, plus extensions.
QName
          Qualified name for XML elements and attributes.
XMLPullStream
          Streaming input of XML contents, working in 'pull' mode.
XMLPushStream
          Streaming output for XML contents, working in 'push' mode.
 

Classes in com.qizx.api used by com.qizx.api.util.fulltext
DataModelException
          Exception raised by operations on XML data.
EvaluationException
          Exception thrown by an error in the execution of an XQuery Expression.
Expression
          Compiled XML Query expression.
Node
          Nodes of the Document Data Model, as defined by XQuery1/XPath2, plus extensions.
QName
          Qualified name for XML elements and attributes.
XMLPullStream
          Streaming input of XML contents, working in 'pull' mode.
 

Classes in com.qizx.api used by com.qizx.api.util.text
CompilationException
          Thrown at the end of the compilation of an Expression if there are errors.
DataModelException
          Exception raised by operations on XML data.
Indexing.DateSieve
          Pluggable analyzer/converter of date-time values, for custom indexing.
Indexing.NumberSieve
          Pluggable analyzer/converter of numeric values, for custom indexing.
Indexing.Sieve
          Abstraction of Sieves used for indexing XML data.
Indexing.WordSieve
          Deprecated. replaced by TextTokenizer
 

Classes in com.qizx.api used by com.qizx.xdm
XMLPullStream
          Streaming input of XML contents, working in 'pull' mode.
XMLPushStream
          Streaming output for XML contents, working in 'push' mode.
 


© 2010 Axyana Software