MXMLAttributes Class Reference
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
GetLength()
TInt
|
GetLength
|
(
|
)
|
[pure virtual]
|
Get the number of attributes in the list.
-
Since
-
?Series60_version
GetName(TInt)
Look up the name of an attribute by index.
-
Since
-
?Series60_version
GetType(TInt)
Look up an attribute's type by index.
-
Since
-
?Series60_version
GetType(TDesC &)
Look up an attribute's type by name.
-
Since
-
?Series60_version
GetValue(TDesC &)
Look up an attribute's value by name.
-
Since
-
?Series60_version
GetValue(TInt &)
TPtrC
|
GetValue
|
(
|
TInt
&
|
aIndex
|
)
|
[pure virtual]
|
Look up an attribute's value by index.
-
Since
-
?Series60_version
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.