00001 00002 00003 00004 00005 00006 00007 00008 #ifndef XML_IXMLFILEBUILDER_H 00009 #define XML_IXMLFILEBUILDER_H 00010 #include "XMLInterface/Builder.h" 00011 00012 namespace xmli { 00014 class xmlfileBuilder : public Builder { 00015 public: 00016 xmlfileBuilder(const char* tag); 00017 void Build(const AttributeList& attr, const std::string& buffer); 00018 private: 00019 }; 00020 } 00021 #endif // XMLIXMLFILEBUILDER_H 00022
1.3.9.1