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

TXPathExpression

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Evaluates an XPath expression using the specified scanner and resolver.

Declaration

Source position: laz2_xpath.pas line 451

type TXPathExpression = class

public

  constructor Create();

  

Constructor for the class instance.

  destructor Destroy; override;

  

Destructor for the class instance.

  function Evaluate();

  

Evaluates an XPath expression using the scanner for the class instance with the specified context node and environment.

end;

Inheritance

TXPathExpression

  

Evaluates an XPath expression using the specified scanner and resolver.

|

TObject