Package com.guiseframework.platform.web.css

Interface Summary
SimpleSelector A simple selector, such as a type selector or a class selector; an element of a sequence of simple selectors.
 

Class Summary
ClassSelector A class simple selector.
CSSProcessor Class to parse CSS stylesheets in order to manipulate them within Guise.
CSSStylesheet A CSS stylesheet.
GuiseCSSProcessor A CSS stylesheet processor that handles Guise-specific manipulations.
GuiseCSSProcessor.IE6FixClass A specification for an IE6 fix class and the selectors that cause it to be added to an element's class list.
IDSelector An ID simple selector.
PseudoClass A pseudo class simple selector.
Rule A CSS rule, consisting of one or more selectors and a declaration.
Selector A selector of a CSS rule.
TypeSelector A type simple selector.
 

Enum Summary
Combinator A combinator separating sequences of simple selectors.
 



Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.