Class TXMLAttributes

DescriptionHierarchyFieldsMethodsProperties

Unit

nicola_xmlparser

Declaration

type TXMLAttributes = class(TList)

Description

a list of attribute. Can use Attributes['test'] syntax to read test attribute. also, access by index is supported, and access by string returning the TXMLAttribute class

Hierarchy

TXMLAttributes > TList

Methods

Overview

Public destructor Destroy; override;
Public procedure ReadFrom(s:string);
Private function GetAttribute(index:string):string;
Private function GetAttributeInt(index:integer):TXMLAttribute;
Private function GetAttributeString(index:string):TXMLAttribute;
Private procedure SetAttribute(index:string; o:string);
Private procedure SetAttributeInt(index:integer; o:TXMLAttribute);

Description

Public destructor Destroy; override;

 

Private function GetAttribute(index:string):string;

 

Private function GetAttributeInt(index:integer):TXMLAttribute;

 

Private function GetAttributeString(index:string):TXMLAttribute;

 

Public procedure ReadFrom(s:string);

 

Private procedure SetAttribute(index:string; o:string);

 

Private procedure SetAttributeInt(index:integer; o:TXMLAttribute);

 

Properties

Overview

Public property Attribute[index:string]: string;
Public property AttributeIndex[index:integer]: TXMLAttribute;
Public property AttributeObject[index:string]: TXMLAttribute;

Description

Public property Attribute[index:string]: string;

 

Public property AttributeIndex[index:integer]: TXMLAttribute;

 

Public property AttributeObject[index:string]: TXMLAttribute;

 


Generated by PasDoc 0.8.8 on 2005-03-14 21:03:49