CSenBaseElement Class Reference

class CSenBaseElement : public CSenElement
Implementation of an XML element functionality Content is stored in UTF-8 form XML. Note, that setting any 8-bit content into XML without encoding it into form of legal is illegal. Instead, one should use encoding methods, like ones introduced in SenXmlUtils class to encode basic entities, or use use some other encoding like MD5 for binary data content. SenXML.dll
Since
Series60 3.0

Inherits from

Public Member Functions
~CSenBaseElement()
IMPORT_C voidAddAttrL(const TDesC8 &, const TDesC8 &)
IMPORT_C voidAddAttributesL(const RAttributeArray &)
IMPORT_C CSenElement &AddElementL(CSenElement &)
IMPORT_C CSenElement &AddElementL(const TDesC8 &, const TDesC8 &)
IMPORT_C CSenElement &AddElementL(const TDesC8 &, const TDesC8 &, const TDesC8 &)
IMPORT_C CSenElement &AddElementL(const TDesC8 &)
IMPORT_C const CSenNamespace *AddNamespaceL(CSenNamespace &, TBool)
IMPORT_C const CSenNamespace *AddNamespaceL(const TDesC8 &, const TDesC8 &)
IMPORT_C MSenElement *AsElement()
IMPORT_C HBufC8 *AsXmlL()
IMPORT_C HBufC *AsXmlUnicodeL()
IMPORT_C const TDesC8 *AttrValue(const TDesC8 &)
IMPORT_C RPointerArray< CSenBaseAttribute > &AttributesL()
IMPORT_C CSenElement *Child(TInt)
IMPORT_C TBoolConsistsOfL(MSenElement &)
IMPORT_C TPtrC8Content()
IMPORT_C HBufC *ContentUnicodeL()
IMPORT_C RWriteStream &ContentWriteStreamL()
IMPORT_C voidCopyFromL(CSenElement &)
IMPORT_C CSenElement *CreateElementL(const TDesC8 &, const TDesC8 &)
IMPORT_C CSenElement *DetachL()
IMPORT_C CSenElement *Element(const TDesC8 &)
IMPORT_C CSenElement *Element(const TDesC8 &, const TDesC8 &)
IMPORT_C TIntElementsL(RPointerArray< CSenElement > &, const TDesC8 &, const TDesC8 &)
IMPORT_C TIntElementsL(RPointerArray< CSenElement > &, const TDesC8 &)
IMPORT_C RPointerArray< CSenElement > &ElementsL()
IMPORT_C TBoolHasContent()
IMPORT_C CSenElement &InsertElementL(CSenElement &, const CSenElement &)
IMPORT_C const TDesC8 &LocalName()
IMPORT_C const CSenNamespace *Namespace()
IMPORT_C const CSenNamespace *Namespace(const TDesC8 &)
IMPORT_C const CSenNamespace *Namespace(const TDesC8 &, const TBool)
IMPORT_C const CSenNamespace *Namespace(const TDesC8 &, const TDesC8 &)
IMPORT_C const TDesC8 &NamespaceURI()
IMPORT_C RPointerArray< CSenNamespace > &NamespacesL()
IMPORT_C CSenBaseElement *NewL(const TDesC8 &)
IMPORT_C CSenBaseElement *NewL(const TDesC8 &, const TDesC8 &)
IMPORT_C CSenBaseElement *NewL(const TDesC8 &, const TDesC8 &, const TDesC8 &)
IMPORT_C CSenBaseElement *NewL(const TDesC8 &, const TDesC8 &, const TDesC8 &, const RAttributeArray &)
IMPORT_C CSenBaseElement *NewL(const TDesC8 &, const TDesC8 &, const TDesC8 &, const RAttributeArray &, CSenElement &)
IMPORT_C const TDesC8 &NsPrefix()
IMPORT_C CSenElement *Parent()
IMPORT_C CSenElement *RemoveElement(CSenElement &)
IMPORT_C CSenElement *RemoveElement(const TDesC8 &, const TDesC8 &)
IMPORT_C CSenElement *RemoveElement(const TDesC8 &)
IMPORT_C CSenElement *ReplaceElementL(CSenElement &)
IMPORT_C MSenElement &Root()
IMPORT_C voidSet(const TDesC8 &, const TDesC8 &, const TDesC8 &)
IMPORT_C voidSetAttributesL(const RAttributeArray &)
IMPORT_C TPtrC8SetContentL(const TDesC8 &)
IMPORT_C voidSetNamespaceL(const TDesC8 &)
IMPORT_C voidSetNamespaceL(const TDesC8 &, const TDesC8 &)
IMPORT_C CSenElement *SetParent(CSenElement *)
IMPORT_C voidSetPrefixL(const TDesC8 &)
IMPORT_C voidWriteAsXMLToL(RWriteStream &)
IMPORT_C voidWriteNamespacesToL(RWriteStream &)
Protected Member Functions
CSenBaseElement()
IMPORT_C const TDesC8 &AddAttributeL(const TDesC8 &, const TDesC8 &, const TDesC8 &)
IMPORT_C const TDesC8 &AddAttributeL(const TDesC8 &, const TDesC8 &)
IMPORT_C const TDesC8 &AddAttributeL(CSenBaseAttribute *)
IMPORT_C voidAllocContentBufL()
IMPORT_C voidBaseConstructL(const TDesC8 &)
IMPORT_C voidBaseConstructL(const TDesC8 &, const TDesC8 &)
IMPORT_C voidBaseConstructL(const TDesC8 &, const TDesC8 &, const TDesC8 &)
IMPORT_C voidBaseConstructL(const TDesC8 &, const TDesC8 &, const TDesC8 &, const RAttributeArray &)
IMPORT_C voidBaseConstructL(const TDesC8 &, const TDesC8 &, const TDesC8 &, const RAttributeArray &, CSenElement &)
IMPORT_C CSenBaseAttribute *FindAttr(const TDesC8 &)
IMPORT_C TIntIndexOfElement(const TDesC8 &, const TDesC8 &)
IMPORT_C voidWriteAttrToL(RWriteStream &, const TDesC8 &, const TDesC8 &)
IMPORT_C voidWriteAttrsToL(RWriteStream &)
IMPORT_C voidWriteContentToL(RWriteStream &)
IMPORT_C voidWriteElementsToL(RWriteStream &)
IMPORT_C TPtrC8WriteToBufL(CBufBase &)
Private Member Functions
voidAddNamespaceMissingFromL(RPointerArray< CSenNamespace > &)
Inherited Functions
CBase::CBase()
CBase::Delete(CBase *)
CBase::Extension_(TUint,TAny *&,TAny *)
CBase::operator new(TUint)
CBase::operator new(TUint,TAny *)
CBase::operator new(TUint,TLeave)
CBase::operator new(TUint,TLeave,TUint)
CBase::operator new(TUint,TUint)
CBase::~CBase()
Private Attributes
RPointerArray< CSenBaseAttribute >iAttrs
RBufWriteStream iContentWriteStream
RPointerArray< CSenElement >iElements
RPointerArray< CSenNamespace >iNamespaces
HBufC8 *iNotUsed
CBufFlat *ipContentBuf
HBufC8 *ipLocalName
CSenNamespace *ipNamespace
CSenElement *ipParent

Constructor & Destructor Documentation

CSenBaseElement()

IMPORT_CCSenBaseElement()[protected]

C++ default constructor.

~CSenBaseElement()

IMPORT_C~CSenBaseElement()[virtual]

Destructor.

Member Functions Documentation

AddAttrL(const TDesC8 &, const TDesC8 &)

IMPORT_C voidAddAttrL(const TDesC8 &aName,
const TDesC8 &aValue
)[virtual]

Adds an attribute. If attribute is already existing, the value of the attribute will be replaced.

Parameters

const TDesC8 & aName
const TDesC8 & aValue

AddAttributeL(const TDesC8 &, const TDesC8 &, const TDesC8 &)

IMPORT_C const TDesC8 &AddAttributeL(const TDesC8 &aQName,
const TDesC8 &aLocalName,
const TDesC8 &aValue
)[protected, virtual]

Adds an attribute into this element. Used also adding new namespaces into the element.

Parameters

const TDesC8 & aQNameAttribute's qualified name
const TDesC8 & aLocalNameAttribute's local name
const TDesC8 & aValueAttribute's value

AddAttributeL(const TDesC8 &, const TDesC8 &)

IMPORT_C const TDesC8 &AddAttributeL(const TDesC8 &aAttrName,
const TDesC8 &aValue
)[protected, virtual]

Adds an attribute into this element. Used also adding new namespaces into the element.

Parameters

const TDesC8 & aAttrName
const TDesC8 & aValueAttribute's value

AddAttributeL(CSenBaseAttribute *)

IMPORT_C const TDesC8 &AddAttributeL(CSenBaseAttribute *apAttribute)[protected]

Adds an attribute into this element.

Parameters

CSenBaseAttribute * apAttributeAttribute to be added. Ownership is transferred to this element.

AddAttributesL(const RAttributeArray &)

IMPORT_C voidAddAttributesL(const RAttributeArray &apAttrs)[virtual]

Adds new attributes to the element.

Parameters

const RAttributeArray & apAttrs

AddElementL(CSenElement &)

IMPORT_C CSenElement &AddElementL(CSenElement &aElement)[virtual]

Adds an Element to the children elements. Sets this element to be the new parent of the given element.

Parameters

CSenElement & aElement

AddElementL(const TDesC8 &, const TDesC8 &)

IMPORT_C CSenElement &AddElementL(const TDesC8 &aNsUri,
const TDesC8 &aLocalName
)[virtual]

Constructs and adds a new element to the children elements. Sets this element to be the new parent of the given element.

Parameters

const TDesC8 & aNsUri
const TDesC8 & aLocalName

AddElementL(const TDesC8 &, const TDesC8 &, const TDesC8 &)

IMPORT_C CSenElement &AddElementL(const TDesC8 &aNsUri,
const TDesC8 &aLocalName,
const TDesC8 &aQName
)[virtual]

Constructs and adds a new element to the children elements. Sets this element to be the new parent of the given element.

Parameters

const TDesC8 & aNsUri
const TDesC8 & aLocalName
const TDesC8 & aQName

AddElementL(const TDesC8 &)

IMPORT_C CSenElement &AddElementL(const TDesC8 &aLocalName)[virtual]

Constructs and adds a new element to the children elements. Sets this element to be the new parent of the given element. Note: Element is created with no specific namespace, default namespace of some of the upper level elements are in effect if there is such a namespace.

Parameters

const TDesC8 & aLocalName

AddNamespaceL(CSenNamespace &, TBool)

IMPORT_C const CSenNamespace *AddNamespaceL(CSenNamespace &aNewNamespace,
TBoolaCheckInParent
)[virtual]

Adds a namespace declaration. If this element (or its parent if parameter aCheckInParent is ETrue) already has a Namespace with the same prefix and URI the given Namespace is not added.

Parameters

CSenNamespace & aNewNamespace
TBool aCheckInParent

AddNamespaceL(const TDesC8 &, const TDesC8 &)

IMPORT_C const CSenNamespace *AddNamespaceL(const TDesC8 &aPrefix,
const TDesC8 &aUri
)[virtual]

Method for adding a namespace for the Element.

Parameters

const TDesC8 & aPrefix
const TDesC8 & aUri

AddNamespaceMissingFromL(RPointerArray< CSenNamespace > &)

voidAddNamespaceMissingFromL(RPointerArray< CSenNamespace > &aNamespaces)[private]

Parameters

RPointerArray< CSenNamespace > & aNamespaces

AllocContentBufL()

IMPORT_C voidAllocContentBufL()[protected, virtual]

Allocates a new buffer for saving content, if none allocated yet.

AsElement()

IMPORT_C MSenElement *AsElement()[virtual]

Gets the current element as XML element. Mostly used to get the classes which implement this interface as an instance of this interface.

AsXmlL()

IMPORT_C HBufC8 *AsXmlL()[virtual]

Gets the element as an XML buffer. Buffer will contain all the childs

AsXmlUnicodeL()

IMPORT_C HBufC *AsXmlUnicodeL()[virtual]

Gets the element as an unicode XML buffer. Buffer will contain all the childs etc.

AttrValue(const TDesC8 &)

IMPORT_C const TDesC8 *AttrValue(const TDesC8 &aName)[virtual]

Gets the value of the given attribute.

Parameters

const TDesC8 & aName

AttributesL()

IMPORT_C RPointerArray< CSenBaseAttribute > &AttributesL()[virtual]

Gets all the attributes of this element in an array.

BaseConstructL(const TDesC8 &)

IMPORT_C voidBaseConstructL(const TDesC8 &aLocalName)[protected]

Following BaseConstructL methods should be called from the deriving classes ConstructL() methods. Parameter info is found in the corresponding NewL-methods.

Parameters

const TDesC8 & aLocalName

BaseConstructL(const TDesC8 &, const TDesC8 &)

IMPORT_C voidBaseConstructL(const TDesC8 &aNsUri,
const TDesC8 &aLocalName
)[protected]

Parameters

const TDesC8 & aNsUri
const TDesC8 & aLocalName

BaseConstructL(const TDesC8 &, const TDesC8 &, const TDesC8 &)

IMPORT_C voidBaseConstructL(const TDesC8 &aNsUri,
const TDesC8 &aLocalName,
const TDesC8 &aQName
)[protected]

Parameters

const TDesC8 & aNsUri
const TDesC8 & aLocalName
const TDesC8 & aQName

BaseConstructL(const TDesC8 &, const TDesC8 &, const TDesC8 &, const RAttributeArray &)

IMPORT_C voidBaseConstructL(const TDesC8 &aNsUri,
const TDesC8 &aLocalName,
const TDesC8 &aQName,
const RAttributeArray &apAttrs
)[protected]

Parameters

const TDesC8 & aNsUri
const TDesC8 & aLocalName
const TDesC8 & aQName
const RAttributeArray & apAttrs

BaseConstructL(const TDesC8 &, const TDesC8 &, const TDesC8 &, const RAttributeArray &, CSenElement &)

IMPORT_C voidBaseConstructL(const TDesC8 &aNsUri,
const TDesC8 &aLocalName,
const TDesC8 &aQName,
const RAttributeArray &apAttrs,
CSenElement &aParent
)[protected]

Parameters

const TDesC8 & aNsUri
const TDesC8 & aLocalName
const TDesC8 & aQName
const RAttributeArray & apAttrs
CSenElement & aParent

Child(TInt)

IMPORT_C CSenElement *Child(TIntaIndex)[virtual]

Gets a child element from a specified index.

Parameters

TInt aIndex

ConsistsOfL(MSenElement &)

IMPORT_C TBoolConsistsOfL(MSenElement &aCandidate)[virtual]
Checks if element matches to another element by its content and child elements. Element can contain more data than the given pattern.
Since
Series60 3.0

Parameters

MSenElement & aCandidateThe pattern to be matched. Must contain same or less data for match to come true.

Content()

IMPORT_C TPtrC8Content()const [virtual]

Getter for the content of the element.

ContentUnicodeL()

IMPORT_C HBufC *ContentUnicodeL()const [virtual]

Getter for the content of the element, unicode version.

ContentWriteStreamL()

IMPORT_C RWriteStream &ContentWriteStreamL()[virtual]

Gets the write stream for the content for easy appending. Writing 8-bit (UTF-8) string to the returned stream will be appended to the content.

CopyFromL(CSenElement &)

IMPORT_C voidCopyFromL(CSenElement &aSource)[virtual]

Copies content from given element to this element appending to the existing content if there is any.

Parameters

CSenElement & aSource

CreateElementL(const TDesC8 &, const TDesC8 &)

IMPORT_C CSenElement *CreateElementL(const TDesC8 &aNsPrefix,
const TDesC8 &aLocalName
)[virtual]

Create a new element ready for adding or insertion. If the given namespace prefix is not declared yet the element will not be created and NULL will be returned.

Parameters

const TDesC8 & aNsPrefix
const TDesC8 & aLocalName

DetachL()

IMPORT_C CSenElement *DetachL()[virtual]

Detach the element from its parent. If the element, or one of its children, is dependent on a namespace declared in the scope of the parent copy those namespace declarations to this element.

Element(const TDesC8 &)

IMPORT_C CSenElement *Element(const TDesC8 &aLocalName)[virtual]

Gets the child element with the specified local name. Assumes that namespace is the same as this parent element.

Parameters

const TDesC8 & aLocalName

Element(const TDesC8 &, const TDesC8 &)

IMPORT_C CSenElement *Element(const TDesC8 &aNsUri,
const TDesC8 &aLocalName
)[virtual]

Gets the child element with the specified local name and namespace URI.

Parameters

const TDesC8 & aNsUri
const TDesC8 & aLocalName

ElementsL(RPointerArray< CSenElement > &, const TDesC8 &, const TDesC8 &)

IMPORT_C TIntElementsL(RPointerArray< CSenElement > &aElementArray,
const TDesC8 &aNsUri,
const TDesC8 &aLocalName
)[virtual]

Getting the child elements of this element matching the given criteria.

Parameters

RPointerArray< CSenElement > & aElementArray
const TDesC8 & aNsUri
const TDesC8 & aLocalName

ElementsL(RPointerArray< CSenElement > &, const TDesC8 &)

IMPORT_C TIntElementsL(RPointerArray< CSenElement > &aElementArray,
const TDesC8 &aLocalName
)[virtual]

Getting the child elements of this element matching the given criteria.

Parameters

RPointerArray< CSenElement > & aElementArray
const TDesC8 & aLocalName

ElementsL()

IMPORT_C RPointerArray< CSenElement > &ElementsL()[virtual]

Getting the child elements of this element.

FindAttr(const TDesC8 &)

IMPORT_C CSenBaseAttribute *FindAttr(const TDesC8 &aName)[protected, virtual]

Method for finding an attribute with given name.

Parameters

const TDesC8 & aNamea name of the attribute to be searched for

HasContent()

IMPORT_C TBoolHasContent()const [virtual]

Method for checking if the element has any content within.

IndexOfElement(const TDesC8 &, const TDesC8 &)

IMPORT_C TIntIndexOfElement(const TDesC8 &aNsUri,
const TDesC8 &aLocalName
)const [protected, virtual]

Method for finding index for a wanted element.

Parameters

const TDesC8 & aNsUria namespace URI which needs to match
const TDesC8 & aLocalNamea local name which needs to match

InsertElementL(CSenElement &, const CSenElement &)

IMPORT_C CSenElement &InsertElementL(CSenElement &aElement,
const CSenElement &aBeforeElement
)[virtual]

Insert an Element into the list of children elements so that the inserted Element is placed right before the aBeforeElement. If aBeforeElement is not found, element will be appended to the last position. Function leaves if error occurs in inserting.

Parameters

CSenElement & aElement
const CSenElement & aBeforeElement

LocalName()

IMPORT_C const TDesC8 &LocalName()const [virtual]

Getter for Element's local name.

Namespace()

IMPORT_C const CSenNamespace *Namespace()[virtual]

Getter for Element's namespace.

Namespace(const TDesC8 &)

IMPORT_C const CSenNamespace *Namespace(const TDesC8 &aNsPrefix)[virtual]

Parameters

const TDesC8 & aNsPrefix

Namespace(const TDesC8 &, const TBool)

IMPORT_C const CSenNamespace *Namespace(const TDesC8 &aNsPrefix,
const TBoolaCheckInParent
)[virtual]

Parameters

const TDesC8 & aNsPrefix
const TBool aCheckInParent

Namespace(const TDesC8 &, const TDesC8 &)

IMPORT_C const CSenNamespace *Namespace(const TDesC8 &aNsPrefix,
const TDesC8 &aUri
)[virtual]

Parameters

const TDesC8 & aNsPrefix
const TDesC8 & aUri

NamespaceURI()

IMPORT_C const TDesC8 &NamespaceURI()const [virtual]

Getter for Element's namespace URI.

NamespacesL()

IMPORT_C RPointerArray< CSenNamespace > &NamespacesL()[virtual]

Gets all the namespaces of this element in an array.

NewL(const TDesC8 &)

IMPORT_C CSenBaseElement *NewL(const TDesC8 &aLocalName)[static]

Standard constructor.

Parameters

const TDesC8 & aLocalNamethe local name for this element. Leave codes: KErrSenInvalidCharacters if aLocalName contains illegal characters. KErrSenZeroLengthDescriptor if aLocalName is zero length.

NewL(const TDesC8 &, const TDesC8 &)

IMPORT_C CSenBaseElement *NewL(const TDesC8 &aNsUri,
const TDesC8 &aLocalName
)[static]

Standard constructor.

Parameters

const TDesC8 & aNsUrithe namespace URI for this element.
const TDesC8 & aLocalNamethe local name for this element. Leave codes: KErrSenInvalidCharacters if aLocalName contains illegal characters. KErrSenZeroLengthDescriptor if aLocalName is zero length.

NewL(const TDesC8 &, const TDesC8 &, const TDesC8 &)

IMPORT_C CSenBaseElement *NewL(const TDesC8 &aNsUri,
const TDesC8 &aLocalName,
const TDesC8 &aQName
)[static]

Standard constructor.

Parameters

const TDesC8 & aNsUrithe namespace URI for this element.
const TDesC8 & aLocalNamethe local name for this element.
const TDesC8 & aQNamethe qualified name for this element. Leave codes: KErrSenInvalidCharacters if aLocalName or aQName contains illegal characters. KErrSenZeroLengthDescriptor if aLocalName or aQName is zero length.

NewL(const TDesC8 &, const TDesC8 &, const TDesC8 &, const RAttributeArray &)

IMPORT_C CSenBaseElement *NewL(const TDesC8 &aNsUri,
const TDesC8 &aLocalName,
const TDesC8 &aQName,
const RAttributeArray &apAttrs
)[static]

Standard constructor.

Parameters

const TDesC8 & aNsUrithe namespace URI for this element.
const TDesC8 & aLocalNamethe local name for this element.
const TDesC8 & aQNamethe qualified name for this element.
const RAttributeArray & apAttrsthe attributes for this element. Leave codes: KErrSenInvalidCharacters if aLocalName or aQName contains illegal characters. KErrSenZeroLengthDescriptor if aLocalName or aQName is zero length.

NewL(const TDesC8 &, const TDesC8 &, const TDesC8 &, const RAttributeArray &, CSenElement &)

IMPORT_C CSenBaseElement *NewL(const TDesC8 &aNsUri,
const TDesC8 &aLocalName,
const TDesC8 &aQName,
const RAttributeArray &apAttrs,
CSenElement &aParent
)[static]

Standard constructor.

Parameters

const TDesC8 & aNsUrithe namespace URI for this element.
const TDesC8 & aLocalNamethe local name for this element.
const TDesC8 & aQNamethe qualified name for this element.
const RAttributeArray & apAttrsthe attributes for this element.
CSenElement & aParent

NsPrefix()

IMPORT_C const TDesC8 &NsPrefix()const [virtual]

Getter for namespace prefix of this element.

Parent()

IMPORT_C CSenElement *Parent()[virtual]

Gets the parent element of this element.

RemoveElement(CSenElement &)

IMPORT_C CSenElement *RemoveElement(CSenElement &aElement)[virtual]

Remove an element from the childs.

Parameters

CSenElement & aElement

RemoveElement(const TDesC8 &, const TDesC8 &)

IMPORT_C CSenElement *RemoveElement(const TDesC8 &aNsUri,
const TDesC8 &aLocalName
)[virtual]

Remove an element from the childs.

Parameters

const TDesC8 & aNsUri
const TDesC8 & aLocalName

RemoveElement(const TDesC8 &)

IMPORT_C CSenElement *RemoveElement(const TDesC8 &aLocalName)[virtual]

Remove an element from the childs.

Parameters

const TDesC8 & aLocalName

ReplaceElementL(CSenElement &)

IMPORT_C CSenElement *ReplaceElementL(CSenElement &aElement)[virtual]

Replaces an element from the childs with another element. Element's local name and namespace URI will be used to match the element to be replaced. If matching element is not found, will normally add the given element to the childs.

Parameters

CSenElement & aElement

Root()

IMPORT_C MSenElement &Root()[virtual]

Gets the root element. If no parent element, returns this element.

Set(const TDesC8 &, const TDesC8 &, const TDesC8 &)

IMPORT_C voidSet(const TDesC8 &aNsUri,
const TDesC8 &aLocalName,
const TDesC8 &aQName
)[virtual]

(Re-) Set the name and namespace of this Element. The element will be given the localName in the the given namespace. A prefix will be computed from the qualified name. This method should be used with care and is mainly intended for protected use in implementations.

Parameters

const TDesC8 & aNsUri
const TDesC8 & aLocalName
const TDesC8 & aQName

SetAttributesL(const RAttributeArray &)

IMPORT_C voidSetAttributesL(const RAttributeArray &apAttrs)[virtual]

Adds attributes to the element. Calls internally AddAttributesL() Can be overridden to replace old attributes.

Parameters

const RAttributeArray & apAttrs

SetContentL(const TDesC8 &)

IMPORT_C TPtrC8SetContentL(const TDesC8 &aContent)[virtual]

Sets the content to the element. Old content is overwritten.

Parameters

const TDesC8 & aContent

SetNamespaceL(const TDesC8 &)

IMPORT_C voidSetNamespaceL(const TDesC8 &aNsUri)[virtual]

Setter for Element's namespace URI.

Parameters

const TDesC8 & aNsUri

SetNamespaceL(const TDesC8 &, const TDesC8 &)

IMPORT_C voidSetNamespaceL(const TDesC8 &aNsPrefix,
const TDesC8 &aNsUri
)[virtual]

Setter for Element's namespace URI.

Parameters

const TDesC8 & aNsPrefix
const TDesC8 & aNsUri

SetParent(CSenElement *)

IMPORT_C CSenElement *SetParent(CSenElement *apParent)[virtual]

Sets the parent element to this element. Notice that the element is not automatically added as a child of the parent. Parent's AddElementL() should be called instead.

Parameters

CSenElement * apParent

SetPrefixL(const TDesC8 &)

IMPORT_C voidSetPrefixL(const TDesC8 &aPrefix)[virtual]

Setter for namespace prefix of this element.

Parameters

const TDesC8 & aPrefix

WriteAsXMLToL(RWriteStream &)

IMPORT_C voidWriteAsXMLToL(RWriteStream &aWriteStream)[virtual]

Element writes itself to a write stream using UTF-8 charset encoding.

Parameters

RWriteStream & aWriteStream

WriteAttrToL(RWriteStream &, const TDesC8 &, const TDesC8 &)

IMPORT_C voidWriteAttrToL(RWriteStream &aWriteStream,
const TDesC8 &aName,
const TDesC8 &aValue
)[protected, virtual]

Helper function to write an attribute into a writestream.

Parameters

RWriteStream & aWriteStreamwritestream to write into
const TDesC8 & aNameattribute name
const TDesC8 & aValueattribute value

WriteAttrsToL(RWriteStream &)

IMPORT_C voidWriteAttrsToL(RWriteStream &aWriteStream)[protected, virtual]

Writes element's attributes into a writestream.

Parameters

RWriteStream & aWriteStreamwritestream to write into

WriteContentToL(RWriteStream &)

IMPORT_C voidWriteContentToL(RWriteStream &aWriteStream)[protected, virtual]

Writes all element's content into a writestream.

Parameters

RWriteStream & aWriteStreamwritestream to write into

WriteElementsToL(RWriteStream &)

IMPORT_C voidWriteElementsToL(RWriteStream &aWriteStream)[protected, virtual]

Writes all internal elements into a writestream.

Parameters

RWriteStream & aWriteStreamwritestream to write into

WriteNamespacesToL(RWriteStream &)

IMPORT_C voidWriteNamespacesToL(RWriteStream &aWriteStream)[virtual]

Element writes its namespaces to a write stream using UTF-8 charset encoding.

Parameters

RWriteStream & aWriteStream

WriteToBufL(CBufBase &)

IMPORT_C TPtrC8WriteToBufL(CBufBase &aBuf)[protected, virtual]

Writes element into a dynamic buffer.

Parameters

CBufBase & aBufa dynamic buffer where to append everything.

Member Data Documentation

RPointerArray< CSenBaseAttribute > iAttrs

RPointerArray< CSenBaseAttribute >iAttrs[private]

RBufWriteStream iContentWriteStream

RBufWriteStream iContentWriteStream[private]

RPointerArray< CSenElement > iElements

RPointerArray< CSenElement >iElements[private]

RPointerArray< CSenNamespace > iNamespaces

RPointerArray< CSenNamespace >iNamespaces[private]

HBufC8 * iNotUsed

HBufC8 *iNotUsed[private]

CBufFlat * ipContentBuf

CBufFlat *ipContentBuf[private]

HBufC8 * ipLocalName

HBufC8 *ipLocalName[private]

CSenNamespace * ipNamespace

CSenNamespace *ipNamespace[private]

CSenElement * ipParent

CSenElement *ipParent[private]