Uses of Interface
org.xmldb.api.base.CompiledExpression
Packages that use CompiledExpression
-
Uses of CompiledExpression in org.xmldb.api.modules
Methods in org.xmldb.api.modules that return CompiledExpressionModifier and TypeMethodDescriptionCompiles 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 CompiledExpressionModifier and TypeMethodDescriptionXQueryService.execute(CompiledExpression expression) Execute a compiled XQuery.