Inheritance diagram for LineSource:
Basic data source interface, used in TextParser processing.
Public Member Functions | |
virtual void | startJob (int lno) |
Called by parser, when it starts text parsing. | |
virtual void | endJob (int lno) |
Called by parser, when it has finished text parsing. | |
virtual String * | getLine (int lno)=0 |
Returns line of text with specified number. |
|
Called by parser, when it starts text parsing.
|
|
Called by parser, when it has finished text parsing. Could be used to cleanup objects, allocated by last getLine() call. |
|
Returns line of text with specified number.
Returns String class pointer, which incapsulates information about line with number
|