|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS ��NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class INamespace: virtual public INode { public: INamespace(); virtual ~INamespace(); public: virtual CString GetName() = 0; virtual CString GetValue() = 0; virtual void SetValue(const CString &strValue) = 0; };
The namespace declaration on the element node.
This extension XDM class implements namespace nodes. Objects of this class are used only with documents that support XDM extensions. This class has no equivalent in DOM.
Constructor/Destructor Summary | |
INamespace
();
����������Constructs the namespace node. |
|
~INamespace
();
����������Destroys the namespace node. |
Function Summary | |
CString
|
GetName
();
����������Returns the prefix of this namespace node. |
CString
|
GetValue
();
����������Returns the namespace URI of this namespace node. |
void
|
SetValue
(const CString &strValue);
����������Sets the new namespace URI of this namespace node. |
Constructor/Destructor Detail |
INamespace();
Constructs the namespace node.
virtual ~INamespace();
Destroys the namespace node.
Function Detail |
virtual CString GetName() = 0;
Returns the prefix of this namespace node.
virtual CString GetValue() = 0;
Returns the namespace URI of this namespace node.
virtual void SetValue(const CString &strValue) = 0;
Sets the new namespace URI of this namespace node.
strValue
- the new namespace URI
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS ��NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |