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

AxmlAttributeList

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

Declaration

Source position: flcXMLDocument.pas line 487

type AxmlAttributeList = class(AxmlType)

protected

  procedure InitList(); virtual;

  

  function GetAttrCount; virtual; abstract;

  

  function GetAttrNames; virtual; abstract;

  

public

  constructor Create();

  

  property AttrCount: Int32; [r]

  

  property AttrNames: UnicodeStringArray; [r]

  

  function HasAttribute(); virtual; abstract;

  

  function FindNextAttr(); virtual; abstract;

  

  function AttrAsText(); virtual; abstract;

  

  function AttrAsInteger(); virtual;

  

  function AttrAsFloat(); virtual;

  

  function GetNameSpaceURI();

  

end;

Inheritance

AxmlAttributeList

  

|

AxmlType

  

|

TObject



CT Web help

CodeTyphon Studio