1 |
|
/* ============================================================================ |
2 |
|
* Douglas Thrift's Search Engine License |
3 |
|
* |
4 |
< |
* Copyright (C) 2002, Douglas Thrift. All Rights Reserved. |
4 |
> |
* Copyright (C) 2002-2003, Douglas Thrift. All Rights Reserved. |
5 |
|
* Redistribution and use in source and binary forms, with or without |
6 |
|
* modification, are permitted provided that the following conditions are met: |
7 |
|
* |
63 |
|
set<string> links; |
64 |
|
bool process(HttpHandler& http, URL& url, string& title, string& |
65 |
|
description, string& text, vector<string>& headings); |
66 |
< |
bool html(HttpHandler& http); |
67 |
< |
string getTag(string& line, unsigned open, unsigned close); |
68 |
< |
string getLink(string& link, URL& url); |
66 |
> |
string getTag(const string& line, unsigned open, unsigned close); |
67 |
|
public: |
68 |
|
Processor(); |
69 |
|
~Processor(); |