Unit 'base_xmlrpc_formatter' Package
[Overview][Constants][Types][Classes][Index] [#pl_wst]

TStackItem

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

Declaration

Source position: base_xmlrpc_formatter.pas line 82

type TStackItem = class

protected

  function GetItemsCount; virtual;

  

  procedure SetFoundState();

  

public

  constructor Create();

  

  function FindNode(); virtual; abstract;

  

  function CreateBuffer(); virtual; abstract;

  

  property ScopeObject: TDOMNode; [r]

  

  property ScopeType: TScopeType; [r]

  

  property ItemsCount: Integer; [r]

  

  property FoundState: TFoundState; [r]

  

  function GetScopeItemNames(); virtual; abstract;

  

  procedure CreateInnerBuffer(); virtual;

  

end;

Inheritance

TStackItem

  

|

TObject



CT Web help

CodeTyphon Studio