Xml::RTagInfo Class Reference

class Xml::RTagInfo

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

RAttribute

Public Member Functions
RTagInfo()
IMPORT_C voidClose()
IMPORT_C RTagInfoCopy()
IMPORT_C const RString &LocalName()
IMPORT_C voidOpen(const RString &, const RString &, const RString &)
IMPORT_C const RString &Prefix()
IMPORT_C const RString &Uri()
Private Attributes
RString iLocalName
RString iPrefix
RString iUri

Constructor & Destructor Documentation

RTagInfo()

IMPORT_CRTagInfo()

Member Functions Documentation

Close()

IMPORT_C voidClose()

Copy()

IMPORT_C RTagInfoCopy()

LocalName()

IMPORT_C const RString &LocalName()const

Open(const RString &, const RString &, const RString &)

IMPORT_C voidOpen(const RString &aUri,
const RString &aPrefix,
const RString &aLocalName
)

Parameters

const RString & aUri
const RString & aPrefix
const RString & aLocalName

Prefix()

IMPORT_C const RString &Prefix()const

Uri()

IMPORT_C const RString &Uri()const

Member Data Documentation

RString iLocalName

RString iLocalName[private]

Holds the local name of the object it represents.

RString iPrefix

RString iPrefix[private]

Holds the namespace prefix of the object it represents.

RString iUri

RString iUri[private]

Holds the namespace uri of the object it represents.