DCSSRule

A single CSS rule with one or more selectors, and a declaration block.

Constructors

this
this()
Undocumented in source.
this
this(string aSelector)
Undocumented in source.
this
this(string aSelector, string name, string value)
Undocumented in source.
this
this(string aSelector, string[string] someDeclarations)
Undocumented in source.

Members

Aliases

opEquals
alias opEquals = Object.opEquals
Undocumented in source.

Functions

_init
void _init()
Undocumented in source. Be warned that the author may not have intended to support it.
declaration
string declaration(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
declaration
O declaration(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
declarations
auto declarations()
Undocumented in source. Be warned that the author may not have intended to support it.
declarations
O declarations(string[string] someDeclarations)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(string css)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(DCSSRule obj)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_declarations
string[string] _declarations;
Undocumented in source.

Meta