Qizx fe-4.4p2 API

Uses of Interface
com.qizx.api.Expression

Packages that use Expression
com.qizx.api API of the embeddable version of the Qizx XML Query engine. 
com.qizx.api.util.fulltext This package contains the built-in implementation of full-text features. 
 

Uses of Expression in com.qizx.api
 

Methods in com.qizx.api that return Expression
 Expression Library.compileExpression(String xquery)
          Creates an executable Expression by compiling a XQuery script.
 Expression XQuerySession.compileExpression(String xquery)
          Creates an executable Expression by compiling a XQuery script.
 Expression ItemSequence.getExpression()
          Returns the Expression the evaluation of which this sequence is the result.
 

Methods in com.qizx.api that return types with arguments of type Expression
 List<Expression> XQuerySession.listExpressions()
          Returns a list of expressions compiled from this session.
 

Methods in com.qizx.api with parameters of type Expression
 LibraryMemberIterator Collection.queryProperties(Expression query)
          Returns an iterator over descendant Documents and Collections whose properties match a boolean XQuery expression.
 

Uses of Expression in com.qizx.api.util.fulltext
 

Constructors in com.qizx.api.util.fulltext with parameters of type Expression
FullTextHighlighter(Expression query)
          Creates a FullTextHighlighter from a compiled XQuery Expression.
FullTextSnippetExtractor(Expression query)
          Creates a FullTextSnippetExtractor from a compiled expression.
 


© 2010 Axyana Software