Uses of Interface
org.xmldb.api.base.CompiledExpression

Packages that use CompiledExpression
org.xmldb.api.modules   
 

Uses of CompiledExpression in org.xmldb.api.modules
 

Methods in org.xmldb.api.modules that return CompiledExpression
 CompiledExpression XQueryService.compile(java.lang.String query)
          Compiles the specified XQuery and returns a handle to the compiled code, which can then be passed to XQueryService.execute(org.xmldb.api.base.CompiledExpression).
 

Methods in org.xmldb.api.modules with parameters of type CompiledExpression
 ResourceSet XQueryService.execute(CompiledExpression expression)
          Execute a compiled XQuery.