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

TXPathScanner

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

Declaration

Source position: laz2_xpath.pas line 329

type TXPathScanner = class

public

  constructor Create();

  

  function NextToken;

  

  function PeekToken;

  

  function SkipToken();

  

  property CurToken: TXPathToken; [r]

  

  property CurTokenString: DOMString; [r]

  

end;

Inheritance

TXPathScanner

  

|

TObject

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