Unit 'flcXMLDocument' Package
[Overview][Constants][Types][Classes][Index] [#pl_fundamentals]

TxmlAttributeList

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

Declaration

Source position: flcXMLDocument.pas line 516

type TxmlAttributeList = class(AxmlAttributeList)

protected

  FList: TxmlTypeList;

  

  procedure InitList(); override;

  

  function GetAttrCount; override;

  

  function GetAttrNames; override;

  

public

  destructor Destroy; override;

  

  procedure Print(); override;

  

  function HasAttribute(); override;

  

  function FindNextAttr(); override;

  

  function AttrAsText(); override;

  

  function AttrAsInteger(); override;

  

  function AttrAsFloat(); override;

  

end;

Inheritance

TxmlAttributeList

  

|

AxmlAttributeList

  

|

AxmlType

  

|

TObject



CT Web help

CodeTyphon Studio