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

ATxmlTagWithAttr

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

Declaration

Source position: flcXMLDocument.pas line 867

type ATxmlTagWithAttr = class(AxmlTagWithAttr)

protected

  FName: UnicodeString;

  

  FAttributes: AxmlAttributeList;

  

  function GetName; override;

  

  function GetAttrCount; override;

  

  function GetAttributes; override;

  

  function GetAttrNames; override;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property Attributes: AxmlAttributeList; [r]

  

  function HasAttribute(); override;

  

  function AttrAsText(); override;

  

end;

Inheritance

ATxmlTagWithAttr

  

|

AxmlTagWithAttr

  

|

AxmlTag

  

|

AxmlType

  

|

TObject



CT Web help

CodeTyphon Studio