34 class CL_CSSProperty2_Impl;
44 std::vector<CL_CSSToken> &get_value_tokens();
45 const std::vector<CL_CSSToken> &get_value_tokens()
const;
46 void set_value_tokens(
const std::vector<CL_CSSToken> &tokens);
48 bool is_important()
const;
49 void set_important(
bool flag);
52 CL_SharedPtr<CL_CSSProperty2_Impl> impl;