This is a generic
implementation allowing one to create an arbitrary selector. The syntax is not validated and thus
returns
- canBeApplied()
.
- false
A
is an object that enables the user to create and possibly parse CSS selectors.
For more information on CSS selectors, visit the following webpages:
<a href = "http://www.blooberry.com/indexdot/css/index10.htm">Index DOT Css</a>
<a href = "http://www.w3.org/TR/CSS21/selector.html">CSS 2.1 Specification, Chapter 5: Selectors</a>
A
is a mandatory component of
. For (an extreme) example, consider the style collection represented by the CSS code:
- StyleCollections
div.col1 > *#temp + td.hi#bye {
margin: 20px;
border: 1px solid #000;
} The string '' is the CSS selector.
- div.col1 > *#temp + td.hi#bye
Located in /harmoni/core/GUIManager/extensions/StyleSelector.class.php (line 33)
StyleSelectorInterface | --StyleSelector
The constructor.
Determines whether the implementation of this
allows
to be applied to
- StyleCollections
.
- Components
allows
to be applied to
- StyleCollections
.
- Components
Returns the CSS code corresponding to this
.
.
Inherited From StyleSelectorInterface
StyleSelectorInterface::canBeApplied()
StyleSelectorInterface::getCSS()
Documentation generated on Wed, 19 Sep 2007 10:27:00 -0400 by phpDocumentor 1.3.0RC3