Unit 'FastHTMLParser' Package
[Overview][Types][Classes][Index] [#chm]

THTMLParser

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

Declaration

Source position: fasthtmlparser.pas line 148

type THTMLParser = class(TObject)

public

  OnFoundTag: TOnFoundTag;

  OnFoundText: TOnFoundText;

  Raw: Pchar;

  FCurrent: PChar;

  constructor Create();

  procedure Exec;

  procedure NilOnFoundTag();

  procedure NilOnFoundText();

  function CurrentPos;

  property Done: Boolean; [rw]

end;

Inheritance

THTMLParser

|

TObject


Documentation generated on: 2023-03-18