|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
#include "../Main/Exception.hpp"#include "../Wrapper/TidyDoc.hpp"#include <queue>#include <string>#include <string_view>

Go to the source code of this file.
Classes | |
| class | crawlservpp::Parsing::HTML |
| Parses and cleans HTML markup. More... | |
| class | crawlservpp::Parsing::HTML::Exception |
| Class for HTML exceptions. More... | |
Namespaces | |
| crawlservpp::Parsing | |
| Namespace for classes parsing HTML, URIs, and XML. | |
Constants | |
| constexpr std::string_view | crawlservpp::Parsing::tidyEncoding {"utf8"} |
| The character encoding used by the tidy-html5 API. More... | |