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

stringBuilder.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 #ifndef XMLI_STRINGBUILDER_H
00010 #define XMLI_STRINGBUILDER_H
00011 #include "XMLInterface/Builder.h"
00012 
00013 namespace xmli {
00015   class stringBuilder : public Builder {
00016   public:
00017     stringBuilder(const char* tag);
00018     void Build(const AttributeList& attr, const std::string& buffer);
00019   private:
00020   };
00021 }
00022 #endif // XMLISTRINGBUILDER_H
00023 

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