Qizx fe-4.4p2 API

Uses of Interface
com.qizx.api.XQuerySession

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

Uses of XQuerySession in com.qizx.api
 

Subinterfaces of XQuerySession in com.qizx.api
 interface Library
          Work session on a XML Library.
 

Methods in com.qizx.api that return XQuerySession
 XQuerySession XQuerySessionManager.createSession()
          Creates a new XQuery session.
 XQuerySession XQuerySessionManager.findSession(int id)
          Finds a session by its public identifier.
 XQuerySession LibraryManager.findSession(int id)
          Finds a session (Library) by its public identifier.
 XQuerySession Expression.getSession()
          Returns the Session of the compiled expression.
 

Methods in com.qizx.api that return types with arguments of type XQuerySession
 List<XQuerySession> XQuerySessionManager.listSessions()
           
 

Methods in com.qizx.api with parameters of type XQuerySession
static void XQuerySessionManager.bind(XQuerySession session, String prefix, Class classe)
           
 


© 2010 Axyana Software