Qizx fe-4.4p2 API

Uses of Interface
com.qizx.api.Item

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

Uses of Item in com.qizx.api
 

Subinterfaces of Item in com.qizx.api
 interface ItemSequence
          Sequence of Items returned by the evaluation of a XQuery Expression.
 interface Node
          Nodes of the Document Data Model, as defined by XQuery1/XPath2, plus extensions.
 

Methods in com.qizx.api that return Item
 Item ItemFactory.createItem(boolean value)
          Creates an Item of type xs:boolean.
 Item ItemFactory.createItem(double value)
          Creates an Item of type xs:double.
 Item ItemFactory.createItem(float value)
          Creates an Item of type xs:float.
 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.
 Item Expression.getCurrentItem()
          Gets the initial value of the current item, accessible by the expression '.'.
 Item ItemSequence.getCurrentItem()
          Returns the current item of the sequence.
 

Methods in com.qizx.api with parameters of type Item
 void Expression.bindVariable(QName varName, Item value)
          Binds a variable to a sequence made of a single item.
 void Expression.setCurrentItem(Item item)
          Sets the initial value of the current item, accessible by the expression '.'.
 


© 2010 Axyana Software