Click or drag to resize

ExpressionCompile Method

Compiles a new Expression from the provided expression text 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.XPath
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public static Expression Compile(
	string text,
	CompileOptions options,
	out ErrorLog log
)

Parameters

text
Type: SystemString
options
Type: Altova.RaptorXml.Beta.XPathCompileOptions
log
Type: Altova.RaptorXmlErrorLog

Return Value

Type: Expression
See Also