crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
XPath.hpp File Reference
#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>
Include dependency graph for XPath.hpp:
This graph shows which files directly or indirectly include this file:

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