1 #ifndef DDL_DocumentProvider_H
2 #define DDL_DocumentProvider_H
28 virtual const std::vector < std::string >&
getFileList(
void)
const = 0;
31 virtual const std::vector < std::string >&
getURLList(
void)
const = 0;
virtual ~DDLDocumentProvider()
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.