public:
CNamespacedObject();
object constructor
public:
CNamespacedObject(const char* name);
object constructor
Name Description name the generic identifier for this object
public:
CNamespacedObject(const char* name, std::string &ns);
object constructor
Name Description name the generic identifier for this object ns the XML namespace for this object
public:
std::string& getNamespace();
gets the XML namespace for this object
Result: a basic_string containing the XML namespacepublic:
std::string& getName();
gets the generic identifier for this object
Result: a basic_string containing the generic identifierpublic:
void setNamespace(std::string& ns);
sets the XML namespace for this object
Name Description ns the new namespace
public:
virtual ~CNamespacedObject();
object destructor
protected:std::string m_name;
the generic identifier (GI) of this XML document component
protected:std::string m_namespace;
a basic_string containing the XML namespace for this object
© 1999-2000, Thomas Bednarz, Jr. (Last Updated 7/16/2000)