Click or drag to resize

ExpressionExecute Method

Execute the compiled Expression with the provided RuntimeOptions. In case of a runtime error the returned Sequence is null and the ErrorLog contains the error.

Namespace:  Altova.RaptorXml.Beta.XPath
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public Sequence Execute(
	RuntimeOptions options,
	out ErrorLog log
)

Parameters

options
Type: Altova.RaptorXml.Beta.XPathRuntimeOptions
log
Type: Altova.RaptorXmlErrorLog

Return Value

Type: Sequence
See Also