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
1.3.9.1