Uses of Interface
javax.xml.xquery.XQCommonHandler

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

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

Methods in de.fraunhofer.ipsi.ipsixq.api.impl with parameters of type XQCommonHandler
 java.lang.Object XQAbstractResultSequence.getObject(XQCommonHandler hdlr)
           
 java.lang.Object XQAbstractResultItem.getObject(XQCommonHandler hdlr)
           
 void XQAbstractDataSource.setCommonHandler(XQCommonHandler hdlr)
           
 void XQAbstractConnection.setCommonHandler(XQCommonHandler hdlr)
           
 

Uses of XQCommonHandler in javax.xml.xquery
 

Methods in javax.xml.xquery with parameters of type XQCommonHandler
 java.lang.Object XQItemAccessor.getObject(XQCommonHandler hdlr)
          Returns a java object corresponding to the XQuery type using the XQCommonhandler passed in.
 void XQDatasource.setCommonHandler(XQCommonHandler hdlr)
          Sets the default common handler to be used for converting items to and from Java objects in the setObject and getObject methods on an item.
 void XQConnection.setCommonHandler(XQCommonHandler hdlr)
          Sets the default common handler to be used for converting items to and from Java objects in the setObject and getObject methods on an item.