XmlNamespace Class Reference

Encapsulates an XML namespace. More...

List of all members.

Public Member Functions

const SmartUtil::tstring & getNamespace () const
 Returns the name of the namespace.
 XmlNamespace (const SmartUtil::tstring &nameSpace, const SmartUtil::tstring &alias=_T(""))
 Constructor creating an XML namesapce with the given name and the given alias.

Friends

std::basic_ostream< TCHAR > & operator<< (std::basic_ostream< TCHAR > &, const XmlDocument &writer)
 An XML document can be written to any ostream through usage of the insertion operator (<<).


Detailed Description

Encapsulates an XML namespace.

class for encapsulating an XML namespace class is immutable (meaning values can't change after object is created)

Back to SmartWin website
SourceForge.net Logo