Build a list of URLs. More...
#include <BuildURLList.h>
Public Member Functions | |
BuildURLList (void) | |
Initialise the list. | |
bool | prepareWordBuffer (char *word) |
Strip unnecessary parts from the URL. | |
void | setParentURL (URL *word) |
Set the URL that links to the URLs in the current list. | |
URL * | getParentURL (void) |
Return the parent URL for the list. |
Build a list of URLs.
This class is used when scanning a file containing a list of URLs to build a list of URLs.