Qizx/open 4.1 API

Uses of Interface
com.qizx.api.ItemSequence

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

Uses of ItemSequence in com.qizx.api
 

Methods in com.qizx.api that return ItemSequence
 ItemSequence ItemFactory.copySequence(ItemSequence sequence)
          Creates a copy of the specified Sequence.
 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.
 

Methods in com.qizx.api with parameters of type ItemSequence
 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, ItemSequence value)
          Binds a variable to a sequence.
 ItemSequence ItemFactory.copySequence(ItemSequence sequence)
          Creates a copy of the specified Sequence.
 void TraceObserver.trace(EvaluationStackTrace location, ItemSequence value, String label)
          Displays a single trace.
 


© 2010 Axyana Software