|
Babble::DataSource - Base data source class for Babble |
Babble::DataSource - Base data source class for Babble
Babble::DataSource is a base class, a class which should never ever be used directly by applications (as it does nothing useful).
This class is merely provided to be a base to inherit from. All descendants must implement at least the methods this class implements.
The following methods are required to be implemented by all Babble::DataSource descendants:
The only paramater passed, is a Babble object reference.
Gergely Nagy, algernon@bonehunter.rulez.org
Bugs should be reported at http://bugs.bonehunter.rulez.org/babble.
Babble::Document::Collection, Babble::DataSource::HTML, Babble::DataSource::FlatFile
|
Babble::DataSource - Base data source class for Babble |