DCSSRules

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(DCSSRule[] someRules)
Undocumented in source.
this
this(DCSSRules aRules)
Undocumented in source.

Members

Functions

_init
void _init()
Undocumented in source. Be warned that the author may not have intended to support it.
add
O add(DCSSRules aRules)

Adding CSS rules

add
O add(DCSSRule aRule)
Undocumented in source. Be warned that the author may not have intended to support it.
add
O add(DCSSMedia aRule)
Undocumented in source. Be warned that the author may not have intended to support it.
find
auto find(string selector)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
O opCall(string aSelector, string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
O opCall(string aSelector, string[string] someDeclarations)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
O opCall(DCSSRule aRule)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
O opCall(DCSSRule aRules)
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.
remove
O remove(long index)
Undocumented in source. Be warned that the author may not have intended to support it.
rule
O rule(DCSSRule aRule)
Undocumented in source. Be warned that the author may not have intended to support it.
rule
O rule(string aSelector, string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
rule
O rule(string aSelector, string[string] someDeclarations)
Undocumented in source. Be warned that the author may not have intended to support it.
rules
DCSSRule[] rules()
Undocumented in source. Be warned that the author may not have intended to support it.
rules
O rules(DCSSRule[] someRules)
Undocumented in source. Be warned that the author may not have intended to support it.
rules
O rules(DCSSRules someRules)
Undocumented in source. Be warned that the author may not have intended to support it.
rules
O rules(string[string][string] someDeclarations)
Undocumented in source. Be warned that the author may not have intended to support it.
sub
o sub(string selector)
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

_rules
DCSSRule[] _rules;
Undocumented in source.

Meta