|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS ��NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: �CONSTR�|� FUNCTION �|�DATA | DETAIL: �CONSTR�|� FUNCTION �|�DATA |
class INamespace: public INode { public: const WCHAR *GetName(); const WCHAR *GetValue(); void SetValue(const WCHAR *pszValue); }; typedef XRefCnt<INamespace> XNamespace;
The namespace declaration on the element node.
This extension XDM class implements namespace nodes. This class has no equivalent in DOM.
The entire class is not supported by DOM.
Function Summary | |
const�WCHAR�*
|
GetName
();
����������Returns the prefix of this namespace node. |
const�WCHAR�*
|
GetValue
();
����������Returns the namespace URI of this namespace node. |
void
|
SetValue
(const WCHAR *pszValue);
����������Sets the new namespace URI of this namespace node. |
Function Detail |
const WCHAR *GetName();
Returns the prefix of this namespace node.
const WCHAR *GetValue();
Returns the namespace URI of this namespace node.
void SetValue(const WCHAR *pszValue);
Sets the new namespace URI of this namespace node.
At present this method is not implemented for any document model.
pszValue
- the new namespace URI
|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS ��NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: �CONSTR�|� FUNCTION �|�DATA | DETAIL: �CONSTR�|� FUNCTION �|�DATA |