#include <css_document.h>
Public Member Functions | |
CSSDocument () | |
~CSSDocument () | |
void | add_default_html_sheet () |
void | add_sheet (CSSSheetOrigin origin, const std::string &filename, const FileSystem &fs=FileSystem()) |
void | add_sheet (CSSSheetOrigin origin, IODevice &iodevice, const std::string &base_uri) |
CSSSelectResult | select (const DomElement &node, const std::string &pseudo_element=std::string()) |
CSSSelectResult | select (CSSSelectNode *node, const std::string &pseudo_element=std::string()) |
Static Public Member Functions | |
static std::string | get_default_html_sheet () |
clan::CSSDocument::CSSDocument | ( | ) |
clan::CSSDocument::~CSSDocument | ( | ) |
void clan::CSSDocument::add_default_html_sheet | ( | ) |
void clan::CSSDocument::add_sheet | ( | CSSSheetOrigin | origin, |
const std::string & | filename, | ||
const FileSystem & | fs = FileSystem() |
||
) |
void clan::CSSDocument::add_sheet | ( | CSSSheetOrigin | origin, |
IODevice & | iodevice, | ||
const std::string & | base_uri | ||
) |
|
static |
CSSSelectResult clan::CSSDocument::select | ( | const DomElement & | node, |
const std::string & | pseudo_element = std::string() |
||
) |
CSSSelectResult clan::CSSDocument::select | ( | CSSSelectNode * | node, |
const std::string & | pseudo_element = std::string() |
||
) |