GXmlFactory Class Reference
#include <GXmlTree.h>
List of all members.
|
Public Member Functions |
virtual GXmlTag * | Create (char *Tag)=0 |
| Creates an object of type 'Tag' and returns it.
|
Detailed Description
In the case your inheriting objects from
GXmlTag you need to instantiate your types as the XML is loaded and elements are encountered. Pass this class to the
GXmlTree::Read to get create events during the read process, create an object of the right type and pass it back.
The documentation for this class was generated from the following file: