|
Constructor for declaration
.
declaration::declaration( css_property property, const std::string& value );
A css_property
enumeration which represents the css
property for the declaration.
A string specifying the value of the passed property.
declaration
has no default constructor, since a stylesheet declaration consists of a css property and value. Thus, the property and
value are always specified in the object's construction. After constructing the stylesheet_comment, it cannot be changed. It can be removed easily,
however, and replaced with a new declaration.
Constant