org.exist.xquery
Class FunctionFactory
java.lang.Object
org.exist.xquery.FunctionFactory
public class FunctionFactory
- extends Object
ENABLE_JAVA_BINDING_ATTRIBUTE
public static final String ENABLE_JAVA_BINDING_ATTRIBUTE
- See Also:
- Constant Field Values
PROPERTY_ENABLE_JAVA_BINDING
public static final String PROPERTY_ENABLE_JAVA_BINDING
- See Also:
- Constant Field Values
FunctionFactory
public FunctionFactory()
createFunction
public static Expression createFunction(XQueryContext context,
XQueryAST ast,
PathExpr parent,
List params)
throws XPathException
- Create a function call.
This method handles all calls to built-in or user-defined
functions. It also deals with constructor functions and
optimizes some function calls like starts-with, ends-with or
contains.
- Throws:
XPathException
Copyright (C) Wolfgang Meier. All rights reserved.