|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: �CONSTR�|� FUNCTION �|�DATA | DETAIL: �CONSTR�|� FUNCTION �|�DATA |
class IDocumentType: public INode { public: const WCHAR *GetName(); XNamedNodeMap GetEntities(); XNamedNodeMap GetNotations(); }; typedef XRefCnt<IDocumentType> XDocumentType;
The container for information related to DTD.
This class implements
the C++ binding for the
DocumentType
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.
INamedNodeMap
Function Summary | |
const�WCHAR�*
|
GetName
();
����������Returns the name of this document type. |
XNamedNodeMap
|
GetEntities
();
����������Returns the map of entity nodes defined by this document type. |
XNamedNodeMap
|
GetNotations
();
����������Returns the map of notation nodes defined by this document type. |
Function Detail |
const WCHAR *GetName();
Returns the name of this document type.
This method implements C++ binding for the
name
attribute specified by DOM.
XNamedNodeMap GetEntities();
Returns the map of entity nodes defined by this document type.
This method implements C++ binding for the
entities
attribute specified by DOM.
XNamedNodeMap GetNotations();
Returns the map of notation nodes defined by this document type.
This method implements C++ binding for the
notations
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 |