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

nodeBuilder.h

Go to the documentation of this file.
00001 
00002 // $Id: nodeBuilder.h,v 1.1 2007/02/09 04:44:14 fmwk Exp $
00003 //
00005 //
00006 // messier@indiana.edu
00008 #ifndef JOBC_XML_NODEBUILDER_H
00009 #define JOBC_XML_NODEBUILDER_H
00010 #include "XMLInterface/Builder.h"
00011 
00012 namespace jobc {
00013   class nodeBuilder : public xmli::Builder {
00014   public:
00015     nodeBuilder(const char* tag);
00016     void Build(const xmli::AttributeList& attr, const std::string& buffer);
00017   private:
00018   };
00019 }
00020 #endif // JOBC_XML_NODEBUILDER_H
00021 

Generated on Thu Sep 4 02:05:28 2008 for NOvA Offline by doxygen 1.3.5