Unit 'SAX' Package
[Overview][Resource strings][Constants][Types][Classes][Index] [#fcl-xml]

TSAXAttributes

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

Declaration

Source position: sax.pp line 82

type TSAXAttributes = class

protected

  FData: TFPList;

  function GetData();

  property Data []: PSAXAttributeData; [r]

  procedure BadIndex();

public

  constructor Create();

  destructor Destroy; override;

  function GetIndex();

  function GetLength;

  function GetLocalName();

  function GetQName();

  function GetType();

  function GetURI();

  function GetValue();

  procedure Clear;

  procedure SetAttributes();

  procedure AddAttribute();

  procedure SetAttribute();

  procedure RemoveAttribute();

  procedure SetURI();

  procedure SetLocalName();

  procedure SetQName();

  procedure SetType();

  procedure SetValue();

  property Length: Integer; [r]

  property LocalNames []: SAXString; [r]

  property QNames []: SAXString; [r]

  property Types []: string; [r]

  property URIs []: SAXString; [r]

  property Values []: SAXString; [r]

end;

Inheritance

TSAXAttributes

|

TObject


Documentation generated on: 2023-03-18