Unit 'Laz2_XPath' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lazutils]

TXPathScanner.SkipToken

Skips the current token when it is not an error.

Declaration

Source position: laz2_xpath.pas line 361

public function TXPathScanner.SkipToken(

  tok: TXPathToken

):Boolean;

Arguments

tok

  

Token expected in the method.

Function result

True if the current token is the same as the tok argument.


Version 4.4 Generated 2025-11-08 Home