Unit 'flcHTMLStyleSheet' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

ThtmlcssParser

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

Declaration

Source position: flcHTMLStyleSheet.pas line 316

type ThtmlcssParser = class

protected

  FData: Pointer;

  

  FDataSize: Integer;

  

  FDataPos: Integer;

  

  FText: string;

  

  procedure Init;

  

  procedure SetText();

  

  function GetBuf();

  

  function SkipSpace();

  

  function ParseDeclaration;

  

  function ParseSelector();

  

  function ParseSelectors();

  

  function ParseRule();

  

public

  procedure InitBuf();

  

  procedure InitText();

  

  property Data: Pointer; [r]

  

  property DataSize: Integer; [r]

  

  property Text: string; [rw]

  

  function ParseDeclarations;

  

  procedure ParseRules();

  

end;

Inheritance

ThtmlcssParser

  

|

TObject



CT Web help

CodeTyphon Studio