DDLDocumentProvider provides a set of URLs and filenames. More...
#include <DDLDocumentProvider.h>
Public Member Functions | |
virtual bool | doValidation () const =0 |
Return a flag whether to do xml validation or not. More... | |
virtual void | dumpFileList (void) const =0 |
Print out the list of files. More... | |
virtual const std::vector < std::string > & | getFileList (void) const =0 |
Return a list of files as a vector of strings. More... | |
virtual std::string | getSchemaLocation () const =0 |
Return the Schema Location. More... | |
virtual const std::vector < std::string > & | getURLList (void) const =0 |
Return a list of urls as a vector of strings. More... | |
virtual int | readConfig (const std::string &filename)=0 |
(does not belong here) Read in the configuration file. More... | |
virtual | ~DDLDocumentProvider () |
DDLDocumentProvider provides a set of URLs and filenames.
begin: Mon Feb 24 2003 email: case@ ucdh ep.uc davi s.edu
This abstract class defines the interface that is expected by the DDLParser to obtain its list of files for parsing.
Definition at line 21 of file DDLDocumentProvider.h.
|
inlinevirtual |
Definition at line 25 of file DDLDocumentProvider.h.
|
pure virtual |
Return a flag whether to do xml validation or not.
Implemented in FIPConfiguration, and GeometryConfiguration.
|
pure virtual |
Print out the list of files.
Implemented in FIPConfiguration, and GeometryConfiguration.
|
pure virtual |
Return a list of files as a vector of strings.
Implemented in FIPConfiguration, and GeometryConfiguration.
Referenced by DDLParser::parse().
|
pure virtual |
Return the Schema Location.
Implemented in FIPConfiguration, and GeometryConfiguration.
|
pure virtual |
Return a list of urls as a vector of strings.
Implemented in FIPConfiguration, and GeometryConfiguration.
Referenced by DDLParser::parse().
|
pure virtual |
(does not belong here) Read in the configuration file.
Implemented in GeometryConfiguration, and FIPConfiguration.