|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: �CONSTR�|� FUNCTION �|�DATA | DETAIL: �CONSTR�|� FUNCTION �|�DATA |
class INotation: public INode { public: const WCHAR *GetPublicId(); const WCHAR *GetSystemId(); }; typedef XRefCnt<INotation> XNotation;
The notation declared in the DTD.
This class implements
the C++ binding for the
Notation
interface
specified by DOM.
The entire class is not supported by any document model implemented in the present release of the toolkit. Interfaces described below are reserved for the future.
Function Summary | |
const�WCHAR�*
|
GetPublicId
();
����������Returns the public identifier of this notation. |
const�WCHAR�*
|
GetSystemId
();
����������Returns the system identifier of this notation. |
Function Detail |
const WCHAR *GetPublicId();
Returns the public identifier of this notation.
This method implements C++ binding for the
publicId
attribute specified by DOM.
const WCHAR *GetSystemId();
Returns the system identifier of this notation.
This method implements C++ binding for the
systemId
attribute specified by DOM.
|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: �CONSTR�|� FUNCTION �|�DATA | DETAIL: �CONSTR�|� FUNCTION �|�DATA |