Css3Selection

Wrapper around a css3 selection.

Constructors

this
this()

Creates a new css3 selection.

Members

Properties

attributeSelection
Css3AttributeSelection attributeSelection [@property getter]

Gets the attribute selection.

classNames
string[] classNames [@property getter]

Gets the class names.

hasWildcard
bool hasWildcard [@property getter]

Gets a boolean determining whether the selection hs a wildcard or not.

ids
string[] ids [@property getter]

Gets the ids.

states
string[] states [@property getter]

Gets the states.

tagNames
string[] tagNames [@property getter]

Gets the tag names.

Meta