00001 00002 // $Id: jobdocBuilder.cxx,v 1.1 2007/02/09 04:44:14 fmwk Exp $ 00003 // 00005 // 00006 // messier@indiana.edu 00008 #include "JobControl/xml/jobdocBuilder.h" 00009 using namespace jobc; 00010 00011 // Create and instance to be used by the XML parser 00012 static jobdocBuilder gs_jobdoc("jobdoc"); 00013 00014 //...................................................................... 00015 00016 jobdocBuilder::jobdocBuilder(const char* tag) : xmli::Builder(tag) { } 00017 00018 //...................................................................... 00019 00020 void jobdocBuilder::Build(const xmli::AttributeList& /*attr*/, 00021 const std::string& /*buffer*/) 00022 { }
1.3.5