Qizx fe-4.4p2 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.apps.restapi HTTP client for the Qizx REST API. 
com.qizx.xdm   
 

Classes in com.qizx.api used by com.qizx.api
AccessControl
          Abstract access control to the members of a Library.
Collection
          Collections can contain XML Documents and sub-Collections.
CompilationException
          Thrown at the end of the compilation of an Expression if there are errors.
Configuration.Property
          Properties of Qizx Configuration.
ContentImporter
          Import method for structured or semi-structured data.
DataModelException
          Exception raised by operations on XML data.
Document
          Represents a well-formed XML Document stored in a XML Library.
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.
Library
          Work session on a XML Library.
LibraryException
          A specific class of DataModelException raised by Library operations.
LibraryManager
          Manages a group of XML Libraries.
LibraryManagerFactory
          Deprecated. since 4.2
LibraryMember
          Common interface for objects belonging to a Library, namely Collections and Documents.
LibraryMemberFilter
          Filter for functions searching Documents or Collections inside a Library.
LibraryMemberIterator
          Iterator returned by functions searching Documents or Collections inside a Library.
LibraryMemberObserver
          Listens to update operations on a XML Library.
LibraryProgressObserver
          Monitors the progress of diverse operations on a Library.
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.
NonXMLDocument
          Represents a non-XML Document stored in a XML Library.
PostCommitTrigger
          Post-commit action.
PostCommitTrigger.CommitEvent
          Provides access to changes operated by a commit.
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().
User
          Models a user of a Library, for use with AccessControl.
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.
XQuerySessionManager
          Manager of simple XQuery sessions without access to a XML Library.
 

Classes in com.qizx.api used by com.qizx.api.fulltext
Document
          Represents a well-formed XML Document stored in a XML Library.
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).
LibraryMember
          Common interface for objects belonging to a Library, namely Collections and Documents.
LibraryMemberFilter
          Filter for functions searching Documents or Collections inside a Library.
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.
Document
          Represents a well-formed XML Document stored in a XML Library.
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.apps.restapi
DataModelException
          Exception raised by operations on XML data.
EvaluationException
          Exception thrown by an error in the execution of an XQuery Expression.
Indexing
          Specification of rules and parameters used to build indexes in a XML Library.
ItemSequence
          Sequence of Items returned by the evaluation of a XQuery Expression.
LibraryMemberIterator
          Iterator returned by functions searching Documents or Collections inside a Library.
QName
          Qualified name for XML elements and attributes.
 

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