|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: �CONSTR�|� FUNCTION �|�DATA | DETAIL: �CONSTR�|� FUNCTION �|�DATA |
class IEntity: public INode { public: const WCHAR *GetPublicId(); const WCHAR *GetSystemId(); const WCHAR *GetNotationName(); }; typedef XRefCnt<IEntity> XEntity;
The entity, either parsed or unparsed, in an XML document.
This class implements
the C++ binding for the
Entity
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 entity. |
const�WCHAR�*
|
GetSystemId
();
����������Returns the system identifier of this entity. |
const�WCHAR�*
|
GetNotationName
();
����������Returns the notation name of this entity. |
Function Detail |
const WCHAR *GetPublicId();
Returns the public identifier of this entity.
This method implements C++ binding for the
publicId
attribute specified by DOM.
const WCHAR *GetSystemId();
Returns the system identifier of this entity.
This method implements C++ binding for the
systemId
attribute specified by DOM.
const WCHAR *GetNotationName();
Returns the notation name of this entity.
This method implements C++ binding for the
notationName
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 |