Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

Parser Class Reference

#include <Parser.H>

Inheritance diagram for Parser:

ParserTurnToTen ParserYahoo List of all members.

Public Member Functions

 Parser ()
 The Constructor.
virtual ~Parser ()
 The Destructor.
virtual list< EventparseEvents ()=0
 Parses a website, and returns a list of partially-formed Event objects.
virtual list< EventparseEvents_t (int param1, int param2)=0
 Parses a website, and returns a list of partially-formed Event objects.

Detailed Description

Virtual class with Event Parser functionality.


Member Function Documentation

virtual list<Event> Parser::parseEvents  )  [pure virtual]
 

Parses a website, and returns a list of partially-formed Event objects.

Content of Events depend on amount of information found. In case of some sort of failure, returns an empty list, or the list of Events found prior to failure. This function calls just calls parseEvents_t with default parameters.

Returns:
Returns an STL list of Events partially-formed Events.

Implemented in ParserTurnToTen, and ParserYahoo.

virtual list<Event> Parser::parseEvents_t int  param1,
int  param2
[pure virtual]
 

Parses a website, and returns a list of partially-formed Event objects.

Content of Events depend on amount of information found. In case of some sort of failure, returns an empty list, or the list of Events found prior to failure. Given 2 parameters, in case a subclass has a particular need of them.

Parameters:
param1 First parameter; meaning depends on subclass.
param2 Second parameter; meaning depends on subclass.
Returns:
Returns an STL list of Events partially-formed Events.

Implemented in ParserTurnToTen, and ParserYahoo.


The documentation for this class was generated from the following file:
Generated on Wed May 17 22:28:21 2006 for GeoEvents by  doxygen 1.4.2