Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <taginfo.h>
Link against: xmlframework.lib

Class Xml::RTagInfo

class RTagInfo;

Description

The Xml::RTagInfo class holds information that describes an element or attribute.

Members

Defined in Xml::RTagInfo:

See also:


Member functions


Uri()const

IMPORT_C const RString& Uri() const;

Description

This method obtains the uri member of this object.

Return value

const RString &

the uri member.


LocalName()const

IMPORT_C const RString& LocalName() const;

Description

This method obtains the LocalName member of this object.

Return value

const RString &

the LocalName member.


Prefix()const

IMPORT_C const RString& Prefix() const;

Description

This method obtains the Prefix member of this object.

Return value

const RString &

the Prefix member.