css_parser

Defined in header: <orcus/css_parser.hpp>

template<typename HandlerT>
class css_parser : public orcus::css::parser_base

Parser for CSS documents.

Template Parameters:

HandlerT – Hanlder type with member functions for event callbacks. Refer to css_handler.

Public Types

typedef HandlerT handler_type

Public Functions

css_parser(std::string_view content, handler_type &hdl)
void parse()