phrase nets
|
Public Member Functions | |
String | nextBlock () throws PNException |
String | title () |
void | reset () |
Package Functions | |
URI | uri () |
A data source.
String pn::parse::DataSource::nextBlock | ( | ) | throws PNException |
Returns the next block of data or null if there is no more data. Linker can assume that there is no connection between two blocks, i.e., blocks can be parsed independently.
PNException | On errors |
Implemented in pn::parse::DataSourceHTML, and pn::parse::DataSourceText.
void pn::parse::DataSource::reset | ( | ) |
Resets this data source to its initial state, so that nextBlock() behaves as as if called on a newly created object.
Implemented in pn::parse::DataSourceHTML, and pn::parse::DataSourceText.
String pn::parse::DataSource::title | ( | ) |
Implemented in pn::parse::DataSourceHTML, and pn::parse::DataSourceText.
URI pn::parse::DataSource::uri | ( | ) | [package] |
Implemented in pn::parse::DataSourceHTML, and pn::parse::DataSourceText.