API

Uses of Interface
com.ibm.xml.xapi.XQueryExecutable

Uses of XQueryExecutable in com.ibm.xml.xapi
 

Methods in com.ibm.xml.xapi that return XQueryExecutable
 XQueryExecutable XCompilationFactory.loadXQuery(XCompilationParameters parameters)
          Load the compiled XQuery expression classes and return an XQueryExecutable object.
abstract  XQueryExecutable XFactory.prepareXQuery(StreamSource query)
          Create an XQueryExecutable for an XQuery expression which can then be used to apply that expression to input documents.
abstract  XQueryExecutable XFactory.prepareXQuery(StreamSource query, XStaticContext context)
          Create an XQueryExecutable for an XQuery expression which can then be used to apply that expression to input documents.
abstract  XQueryExecutable XFactory.prepareXQuery(String query)
          Create an XQueryExecutable for an XQuery expression which can then be used to apply that expression to input documents.
abstract  XQueryExecutable XFactory.prepareXQuery(String query, XStaticContext context)
          Create an XQueryExecutable for an XQuery expression which can then be used to apply that expression to input documents.
 


IBM Copyright 2004-2008