|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CDocumentFactory: public CInterface { public: CDocumentFactory(); virtual ~CDocumentFactory(); public: virtual XDocument CreateDocument() = 0; };
The abstract interface to document factories.
Document factories are used for generation of empty XDM documents.
Implementation of the interface defined by this class is supplied by the toolkit; toolkit users do not need to implement this interface.
Constructor/Destructor Summary | |
CDocumentFactory
();
����������Creates the document factory. |
|
~CDocumentFactory
();
����������Destroys the document factory. |
Function Summary | |
XDocument
|
CreateDocument
();
����������Creates an empty XDM document. |
Constructor/Destructor Detail |
CDocumentFactory();
Creates the document factory.
virtual ~CDocumentFactory();
Destroys the document factory.
Function Detail |
virtual XDocument CreateDocument() = 0;
Creates an empty XDM document.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |