Uses of Interface
javax.xml.xquery.XQExpression

Packages that use XQExpression
javax.xml.xquery   
 

Uses of XQExpression in javax.xml.xquery
 

Methods in javax.xml.xquery that return XQExpression
 XQExpression XQConnection.createExpression()
          Creates a new XQExpression object that can be used to perform execute immediate operations with XQuery expressions.
 XQExpression XQConnection.createExpression(XQStaticContext properties)
          Creates a new XQExpression object that can be used to perform execute immediate operations with XQuery expressions.