MXMLAttributes Class Reference

class MXMLAttributes

Interface for a list of XML elemnet attributes. Contains a list of attributes belonging to a certain element and is returned in the MXMLContentHandler::StartElement() callback.

XMLInterface.dll
Since
?Series60_version

Member Functions Documentation

GetIndex(TDesC &)

TInt GetIndex(TDesC &aName)[pure virtual]
Look up the index of an attribute by name.
Since
?Series60_version

Parameters

TDesC & aName

GetLength()

TInt GetLength()[pure virtual]
Get the number of attributes in the list.
Since
?Series60_version

GetName(TInt)

TPtrC GetName(TIntaIndex)[pure virtual]
Look up the name of an attribute by index.
Since
?Series60_version

Parameters

TInt aIndex

GetType(TInt)

TPtrC GetType(TIntaIndex)[pure virtual]
Look up an attribute's type by index.
Since
?Series60_version

Parameters

TInt aIndex

GetType(TDesC &)

TPtrC GetType(TDesC &aName)[pure virtual]
Look up an attribute's type by name.
Since
?Series60_version

Parameters

TDesC & aName

GetValue(TDesC &)

TPtrC GetValue(TDesC &aName)[pure virtual]
Look up an attribute's value by name.
Since
?Series60_version

Parameters

TDesC & aName

GetValue(TInt &)

TPtrC GetValue(TInt &aIndex)[pure virtual]
Look up an attribute's value by index.
Since
?Series60_version

Parameters

TInt & aIndex