Qizx fe-4.4p2 API

Uses of Class
com.qizx.api.CompilationException

Packages that use CompilationException
com.qizx.api API of the embeddable version of the Qizx XML Query engine. 
com.qizx.api.util.text Text-related utility classes, in particular implementations of base indexing Sieves. 
 

Uses of CompilationException in com.qizx.api
 

Methods in com.qizx.api that throw CompilationException
 void Expression.bindVariable(QName varName, boolean value)
          Binds a variable to a sequence made of a single boolean value.
 void Expression.bindVariable(QName varName, double value)
          Binds a variable to a sequence made of a single item of type xs:double.
 void Expression.bindVariable(QName varName, float value)
          Binds a variable to a sequence made of a single item of type xs:float.
 void Expression.bindVariable(QName varName, Item value)
          Binds a variable to a sequence made of a single item.
 void Expression.bindVariable(QName varName, ItemSequence value)
          Binds a variable to a sequence.
 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).
 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.
 

Uses of CompilationException in com.qizx.api.util.text
 

Methods in com.qizx.api.util.text that throw CompilationException
 int LexicalTokenizer.nextToken()
          Moves to next token and returns its category.
 


© 2010 Axyana Software