MXmlElement Class Reference
Member Functions Documentation
AppendChildL(MXmlElement *, TBool)
Append child interface for an XML element
Parameters
MXmlElement * aAppendChild | - The element object that needs to be appended |
TBool aIsJSR226Element = EFalse | |
CloneL(MXmlElement *)
A method to (deep) clone the current element
FirstChild()
Accessor interface for 'first child' of an XML element
HasChildNodes()
TBool
| HasChildNodes | ( | ) | [pure virtual] |
'Has child nodes' interface that finds out if the current element has any child nodes
LastChild()
Accessor interface for 'last child' of an XML element
NextSibling()
Accessor interface for 'next sibling' of an XML element
OwnerDocument()
Accessor interface for 'owner document' of an XML element
ParentNode()
Accessor interface for 'parent node' of an XML element
RemoveAttribute(const TDesC &)
TInt
| RemoveAttribute | ( | const TDesC & | aName | ) | [pure virtual] |
Remove attribute interface for an XML element
Parameters
const TDesC & aName | - A string buffer containing the name of the attribute to be removed |
RemoveChild(MXmlElement *)
void | RemoveChild | ( | MXmlElement * | aRemoveChild | ) | [pure virtual] |
Remove child interface for an XML element
Parameters
MXmlElement * aRemoveChild | - A pointer to the object that is to be removed |
SetAttributeL(const TDesC &, const TDesC &)
TInt
| SetAttributeL | ( | const TDesC & | aName, |
| const TDesC & | aValue |
| ) | [pure virtual] |
Set attribute interface for an XML element
Parameters
const TDesC & aName | - A string buffer containing the name of the attribute |
const TDesC & aValue | - A string buffer containing the value of the attribute |
SetFirstChild(MXmlElement *)
Accessor to set first child of an XML element
SetLastChild(MXmlElement *)
Accessor to set last child of an XML element
SetNextSibling(MXmlElement *)
Accessor to set next sibling of an XML element
SetOwnerDocument(MXmlDocument *)
Accessor to set owner document of an XML element
SetParentNode(MXmlElement *)
Accessor to set parent node of an XML element
TagName()
const TDesC & | TagName | ( | ) | [pure virtual] |
Accessor interface for the tag name of an XML element
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.