Click or drag to resize

ExpressionCompile Method

Compiles a new Expression object from the provided ExpressionProvider and CompileOptions. This involves syntax checking, building of AST, initializing of static context components and static-analysis. In case of a syntax or a static error, the Expression is null and the ErrorLog contains the error(s).

Namespace:  Altova.RaptorXml.Beta.XQuery
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public static Expression Compile(
	ExpressionProvider expression,
	CompileOptions options,
	out ErrorLog log
)

Parameters

expression
Type: Altova.RaptorXml.Beta.XQueryExpressionProvider
options
Type: Altova.RaptorXml.Beta.XQueryCompileOptions
log
Type: Altova.RaptorXmlErrorLog

Return Value

Type: Expression
See Also