[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XPath' (#lazutils)

TXPathConstantNode.Evaluate

Returns the value for the constant node and increments its reference count.

Declaration

Source position: laz2_xpath.pas line 103

public function TXPathConstantNode.Evaluate(

  AContext: TXPathContext;

  AEnvironment: TXPathEnvironment

):TXPathVariable; override;

Arguments

AContext

  

Context node for the evaluation.

AEnvironment

  

XPath environment for the evaluation.

Function result

Value for the constant node.

Description

The context node and the XPath environment arguments are not used in the method.


Version 4.0 Generated 2025-05-03 Home