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

TXPathContext

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

Represents the Context for an XPath expression.

Declaration

Source position: laz2_xpath.pas line 369

type TXPathContext = class

public

  ContextNode: TDOMNode;

  

The node for the XPath context.

  ContextPosition: Integer;

  

The position in the context node.

  ContextSize: Integer;

  

The size (or length) of the context node set.

  constructor Create();

  

Constructor for the class instance.

end;

Inheritance

TXPathContext

  

Represents the Context for an XPath expression.

|

TObject


Version 4.0 Generated 2025-05-03 Home