#include <XMLELEMT.H>
Link against:
xmlelemt.lib
This item is not part of the S60 5th Edition SDK
Interface status: |
deprecated |
|
class CXmlElement : public CTypedNode< TXmlElementType, TXmlAttributeType >;
Description
Derivation
CTypedNode< TXmlElementType, TXmlAttributeType >
- No description.
CXmlElement
- (No abstract)
Members
Defined in CXmlElement
:
Construction and destruction
NewL(TXmlElementType,CNode *)
Interface status: |
deprecated |
Inherited from: CXmlElement |
static inline CXmlElement* NewL(TXmlElementType aType, CNode *aParent);
Description
Parameters
TXmlElementType aType |
|
CNode *aParent |
|
|
Return value
Attribute(const TDesC &)const
Interface status: |
deprecated |
Inherited from: CXmlElement |
IMPORT_C const TDesC* Attribute(const TDesC &aAttributeName) const;
Description
Parameters
Return value
Interface status: |
deprecated |
Inherited from: CXmlElement |
inline const TDesC* Attribute(TInt aIndex) const;
Description
Parameters
Return value
SetAttributeL(const TDesC &,const TDesC &,CAttributeLookupTable &)
Interface status: |
deprecated |
Inherited from: CXmlElement |
IMPORT_C void SetAttributeL(const TDesC &aAttributeName, const TDesC &aAttributeValue, CAttributeLookupTable &aAttributeLUT);
Description
Parameters
Interface status: |
deprecated |
Inherited from: CXmlElement |
IMPORT_C void SetTextL(const TDesC &aData);
Description
Parameters
Interface status: |
deprecated |
Inherited from: CXmlElement |
inline const TDesC* Text() const;
Description
Return value
AppendChildL(CXmlElement *)
Interface status: |
deprecated |
Inherited from: CXmlElement |
inline void AppendChildL(CXmlElement *aElement);
Description
Parameters
InsertChildL(TInt,CXmlElement *)
Interface status: |
deprecated |
Inherited from: CXmlElement |
IMPORT_C void InsertChildL(TInt aIndexToInsertBefore, CXmlElement *aElement);
Description
Parameters
Interface status: |
deprecated |
Inherited from: CXmlElement |
inline TInt Count() const;
Description
Return value
Interface status: |
deprecated |
Inherited from: CXmlElement |
inline CXmlElement* Child(TInt aIndex) const;
Description
Parameters
Return value
ChildIndex(CXmlElement *)const
Interface status: |
deprecated |
Inherited from: CXmlElement |
IMPORT_C TInt ChildIndex(CXmlElement *aChild) const;
Description
Parameters
Return value
SetDataItemL(CBase *,CAttributeLookupTable &)
Interface status: |
deprecated |
Inherited from: CXmlElement |
IMPORT_C void SetDataItemL(CBase *aDataItem, CAttributeLookupTable &aAttributeLUT);
Description
Parameters
Interface status: |
deprecated |
Inherited from: CXmlElement |
IMPORT_C CBase* DataItem() const;
Description
Return value
DeleteDataItem(CAttributeLookupTable &)
Interface status: |
deprecated |
Inherited from: CXmlElement |
IMPORT_C void DeleteDataItem(CAttributeLookupTable &aAttributeLUT);
Description
Parameters
Interface status: |
deprecated |
Inherited from: CXmlElement |
IMPORT_C void WriteIntoFileL();
Description