Qizx fe-4.4p2 API

Uses of Interface
com.qizx.api.SequenceType

Packages that use SequenceType
com.qizx.api API of the embeddable version of the Qizx XML Query engine. 
 

Uses of SequenceType in com.qizx.api
 

Subinterfaces of SequenceType in com.qizx.api
 interface ItemType
          The type of an Item as defined in the XML Query language.
 

Methods in com.qizx.api that return SequenceType
 SequenceType ItemType.getSequenceType(int occurrence)
          Returns the sequence type corresponding to this item type and the occurrence specified as argument.
 SequenceType Expression.getStaticType()
          Returns the static (or formal) type of the compiled expression.
 SequenceType XQueryContext.getVariableType(QName variableName)
          Returns the type associated with a declared variable.
 

Methods in com.qizx.api with parameters of type SequenceType
 ItemSequence ItemFactory.createSequence(Object object, SequenceType type)
          Creates a sequence from a Java object.
 void XQueryContext.declareVariable(QName variableName, SequenceType variableType)
          Adds a predefined variable declaration.
 


© 2010 Axyana Software