Ignore build doc files
[libgno.git] / include / libgno / Document.h
1
2  //
3  //  This file was automatically generated using XmlPlus xsd2cpp tool.
4  //  Please do not edit.
5  //
6   
7 #ifndef  __libgno_DOCUMENT_H__
8 #define  __libgno_DOCUMENT_H__
9         
10 #include "XSD/xsdUtils.h"
11 #include "XSD/TypeDefinitionFactory.h"
12
13 #include "libgno/GenoPro.h"
14     
15
16 using namespace XPlus;
17 using namespace FSM;
18
19
20 namespace libgno  {
21     
22
23 class Document : public XMLSchema::TDocument
24 {
25   private:
26   
27   
28   GenoPro_ptr _GenoPro;
29     
30   AutoPtr<XsdFSM<GenoPro_ptr> > _fsm_GenoPro;
31     
32   
33   // attributes, elements
34   
35   GenoPro_ptr create_GenoPro(FsmCbOptions& options);
36   
37   
38   void initFSM();
39
40   public:
41
42   Document(bool buildTree=true, bool createSample=false);
43   virtual ~Document() {}
44     
45   
46   GenoPro_p element_GenoPro();
47     
48     
49 };
50
51 } // end namespace libgno
52 #endif
53