Uses of Interface
javax.xml.xquery.XQCachedItem

Packages that use XQCachedItem
de.fraunhofer.ipsi.ipsixq.api.impl   
javax.xml.xquery   
 

Uses of XQCachedItem in de.fraunhofer.ipsi.ipsixq.api.impl
 

Methods in de.fraunhofer.ipsi.ipsixq.api.impl that return XQCachedItem
 XQCachedItem XQAbstractDataFactory.createItem(XQItem item)
           
 XQCachedItem XQAbstractDataFactory.createItemFromByte(byte[] bytes, XQItemType type)
           
 XQCachedItem XQAbstractDataFactory.createItemFromDate(java.util.Calendar date, XQItemType type)
           
 XQCachedItem XQAbstractDataFactory.createItemFromInt(int intval, XQItemType type)
           
 XQCachedItem XQAbstractDataFactory.createItemFromLong(long longval, XQItemType type)
           
 XQCachedItem XQAbstractDataFactory.createItemFromString(java.lang.String strval, XQItemType type)
           
 

Uses of XQCachedItem in javax.xml.xquery
 

Methods in javax.xml.xquery that return XQCachedItem
 XQCachedItem XQDataFactory.createItem(XQItem item)
          Create a cached item from the item object.
 XQCachedItem XQDataFactory.createItemFromByte(byte[] bytes, XQItemType type)
          Create a cached item from a binary value.
 XQCachedItem XQDataFactory.createItemFromDate(java.util.Calendar date, XQItemType type)
          Create a cached item from a date value.
 XQCachedItem XQDataFactory.createItemFromInt(int intval, XQItemType type)
          Create a cached item from an integer value.
 XQCachedItem XQDataFactory.createItemFromLong(long longval, XQItemType type)
          Create a cached item from a long value.
 XQCachedItem XQDataFactory.createItemFromString(java.lang.String strval, XQItemType type)
          Create a cached item from a string value.