|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
#include "../Helper/Strings.hpp"#include "../Main/Exception.hpp"#include "../Parsing/XML.hpp"#include <pugixml.hpp>#include <exception>#include <sstream>#include <string>#include <string_view>#include <vector>

Go to the source code of this file.
Classes | |
| class | crawlservpp::Query::XPath |
| Implements a XPath query using the pugixml library. More... | |
| class | crawlservpp::Query::XPath::Exception |
| Class for XPath exceptions. More... | |
Namespaces | |
| crawlservpp::Query | |
| Namespace for classes handling queries. | |
Constants | |
| constexpr std::string_view | crawlservpp::Query::cDataHead {"<![CDATA["} |
| The beginning of a CDATA tag. More... | |
| constexpr std::string_view | crawlservpp::Query::cDataTail {"]]>"} |
| The end of a CDATA tag. More... | |