crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
HTML.hpp File Reference
#include "../Main/Exception.hpp"
#include "../Wrapper/TidyDoc.hpp"
#include <queue>
#include <string>
#include <string_view>
Include dependency graph for HTML.hpp:
This graph shows which files directly or indirectly include this file:

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...