Uses of Interface
org.xmldb.api.base.CompiledExpression
-
Packages that use CompiledExpression Package Description org.xmldb.api.modules -
-
Uses of CompiledExpression in org.xmldb.api.modules
Methods in org.xmldb.api.modules that return CompiledExpression Modifier and Type Method Description CompiledExpressionXQueryService. compile(java.lang.String query)Compiles the specified XQuery and returns a handle to the compiled code, which can then be passed toXQueryService.execute(org.xmldb.api.base.CompiledExpression).Methods in org.xmldb.api.modules with parameters of type CompiledExpression Modifier and Type Method Description ResourceSetXQueryService. execute(CompiledExpression expression)Execute a compiled XQuery.
-