|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class INotation: virtual public INode { public: INotation(); virtual ~INotation(); public: virtual CString GetPublicId() = 0; virtual CString GetSystemId() = 0; };
The notation declared in the DTD.
This class implements
the C++ binding for the
Notation
interface
specified by DOM.
Constructor/Destructor Summary | |
INotation
();
����������Constructs the notation. |
|
~INotation
();
����������Destroys the notation. |
Function Summary | |
CString
|
GetPublicId
();
����������Returns the public identifier of this notation. |
CString
|
GetSystemId
();
����������Returns the system identifier of this notation. |
Constructor/Destructor Detail |
INotation();
Constructs the notation.
virtual ~INotation();
Destroys the notation.
Function Detail |
virtual CString GetPublicId() = 0;
Returns the public identifier of this notation.
This method implements C++ binding for the
publicId
attribute specified by DOM.
virtual CString GetSystemId() = 0;
Returns the system identifier of this notation.
This method implements C++ binding for the
systemId
attribute specified by DOM.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |