Unicorn XML Toolkit
Version 1.50.00

Namespace Dom
Class INamespace

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.

Since:
1.00.00
Version:
1.50.00
Author:
Alexey Gokhberg
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

GetName

const WCHAR *GetName();

Returns the prefix of this namespace node.

Returns:
the prefix of this namespace node

GetValue

const WCHAR *GetValue();

Returns the namespace URI of this namespace node.

Returns:
the namespace URI of this namespace node

SetValue

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.

Parameters:
pszValue - the new namespace URI

Unicorn XML Toolkit
Version 1.50.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.