CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDLDocumentProvider.h
Go to the documentation of this file.
1 #ifndef DDL_DocumentProvider_H
2 #define DDL_DocumentProvider_H
3 
4 #include<vector>
5 #include <string>
6 
7 
9 
22 
23  public:
24 
26 
28  virtual const std::vector < std::string >& getFileList(void) const = 0;
29 
31  virtual const std::vector < std::string >& getURLList(void) const = 0;
32 
34  virtual bool doValidation() const = 0;
35 
37  virtual std::string getSchemaLocation() const = 0;
38 
40  virtual void dumpFileList(void) const = 0;
41 
43  virtual int readConfig(const std:: string& filename)=0;
44 
45  protected:
46 
47  private:
48 
49 };
50 
51 #endif
virtual bool doValidation() const =0
Return a flag whether to do xml validation or not.
virtual void dumpFileList(void) const =0
Print out the list of files.
virtual const std::vector< std::string > & getFileList(void) const =0
Return a list of files as a vector of strings.
virtual int readConfig(const std::string &filename)=0
(does not belong here) Read in the configuration file.
virtual const std::vector< std::string > & getURLList(void) const =0
Return a list of urls as a vector of strings.
DDLDocumentProvider provides a set of URLs and filenames.
virtual std::string getSchemaLocation() const =0
Return the Schema Location.
tuple filename
Definition: lut2db_cfg.py:20