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

TXPathNodeSetVariable

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

Declaration

Source position: laz2_xpath.pas line 269

type TXPathNodeSetVariable = class(TXPathVariable)

public

  constructor Create();

  

  destructor Destroy; override;

  

  class function TypeName; override;

  

  function AsNodeSet; override;

  

  function AsText; override;

  

  function AsBoolean; override;

  

  function AsNumber; override;

  

  property Value: TNodeSet; [r]

  

end;

Inheritance

TXPathNodeSetVariable

  

|

TXPathVariable

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.