Qizx fe-4.4p2 API

Uses of Interface
com.qizx.api.ItemType

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

Uses of ItemType in com.qizx.api
 

Methods in com.qizx.api that return ItemType
 ItemType SequenceType.getItemType()
          Returns the base Item Type of the sequence type.
 ItemType ItemFactory.getNodeType(int nodeKind, QName name)
          Returns a node Type from a node-kind and an optional element or attribute name.
 ItemType ItemType.getSuperType()
          Returns the type from which this type is derived immediately.
 ItemType Item.getType()
          Returns the XQuery type of the item.
 ItemType ItemFactory.getType(String name)
          Returns a predefined item Type from its name.
 

Methods in com.qizx.api with parameters of type ItemType
 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).
 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.
 boolean ItemType.isSubTypeOf(ItemType type)
          Tests is this type is derived from another type.
 


© 2010 Axyana Software