#include <css_style_properties.h>
Public Member Functions | |
CSSStyleProperties () | |
CSSStyleProperties (const std::string &style_string, const std::string &base_uri=std::string()) | |
const std::vector < std::unique_ptr < CSSPropertyValue > > & | get_values () const |
bool | is_null () const |
clan::CSSStyleProperties::CSSStyleProperties | ( | ) |
clan::CSSStyleProperties::CSSStyleProperties | ( | const std::string & | style_string, |
const std::string & | base_uri = std::string() |
||
) |
const std::vector<std::unique_ptr<CSSPropertyValue> >& clan::CSSStyleProperties::get_values | ( | ) | const |
bool clan::CSSStyleProperties::is_null | ( | ) | const |