Qizx/open 4.1 API

Uses of Class
com.qizx.api.EvaluationException

Packages that use EvaluationException
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 EvaluationException in com.qizx.api
 

Methods in com.qizx.api that throw EvaluationException
 void Expression.bindImplicitCollection(ItemSequence nodes)
          Defines the Implicit Collection as a set of Nodes defined by a sequence (see above for a definition of Implicit Collection).
 void Expression.bindVariable(QName varName, long value, ItemType type)
          Binds a variable to a value obtained by converting a long integer to an Item.
 void Expression.bindVariable(QName varName, Object value, ItemType type)
          Binds a variable to a value obtained by converting a Java object to an Item or a ItemSequence, according to the general Java to XQuery type mapping (see the documentation for details).
 ItemSequence ItemFactory.copySequence(ItemSequence sequence)
          Creates a copy of the specified Sequence.
 long ItemSequence.countItems()
          Returns the total number of items, without moving the current position.
 Item ItemFactory.createItem(InputSource source)
          Creates a Document Node item by parsing a document.
 Item ItemFactory.createItem(long value, ItemType type)
          Creates an Item of type xs:integer, or one of its sub-types.
 Item ItemFactory.createItem(Object value, ItemType type)
          Creates an item from a given object according to the general Java to XQuery type mapping, also used in the Java Binding extension.
 Item ItemFactory.createItem(XMLPullStream source)
          Creates a Node item by reading a XML stream.
 ItemSequence ItemFactory.createSequence(Object object, SequenceType type)
          Creates a sequence from a Java object.
 ItemSequence Expression.evaluate()
          Evaluation of the expression, returns a sequence of Items.
 XMLPullStream Item.exportNode()
          Streaming export of a Node, in "pull" mode.
 boolean Item.getBoolean()
          Gets the item's boolean value.
 BigDecimal Item.getDecimal()
          Gets the item's decimal value.
 double Item.getDouble()
          Gets the item's double value.
 float Item.getFloat()
          Gets the item's float value.
 double ItemSequence.getFulltextScore()
          Returns the full-text score, if applicable.
 long Item.getInteger()
          Gets the item's integer value.
 Node Item.getNode()
          Gets the item's Node value.
 QName Item.getQName()
          Gets the item's QName value.
 String Item.getString()
          Gets the item's String value.
 ItemType Item.getType()
          Returns the XQuery type of the item.
 void ItemSequence.moveTo(long position)
          Moves the current position to the specified value.
 boolean ItemSequence.moveToNextItem()
          Moves to the next item.
 int ItemSequence.skip(int count)
          Skips items in forward direction.
 void QizxException.substituteCode(String oldCode, String newCode)
           
 

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

Constructors in com.qizx.api.util.fulltext that throw EvaluationException
FullTextHighlighter(Expression query)
          Creates a FullTextHighlighter from a compiled XQuery Expression.
FullTextSnippetExtractor(Expression query)
          Creates a FullTextSnippetExtractor from a compiled expression.
FullTextSnippetExtractor(com.qizx.queries.FullText.Selection query, FullTextFactory ftFactory)
          For internal use.
 


© 2010 Axyana Software