Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

configdocBuilder.h

Go to the documentation of this file.
00001 
00002 // $Id: configdocBuilder.h,v 1.1 2007/02/09 05:38:28 fmwk Exp $
00003 //
00005 //
00006 // messier@indiana.edu
00008 #ifndef CFG_XML_CONFIGDOC_H
00009 #define CFG_XML_CONFIGDOC_H
00010 #include <string>
00011 #include "XMLInterface/Attribute.h"
00012 #include "XMLInterface/Builder.h"
00013 
00014 namespace cfg {
00015   class configdocBuilder : public xmli::Builder {
00016   public:
00017     configdocBuilder(const char* tag);
00018     
00019     void Build(const xmli::AttributeList& attr, const std::string& buffer);
00020   };
00021 }
00022 #endif // CFGXMLCONFIGDOC_H
00023 

Generated on Sat Oct 11 02:35:27 2008 for NOvA Offline by  doxygen 1.3.9.1