Package net.sf.vex.css

Classes implementing an object model for CSS stylesheets.

See:
          Description

Interface Summary
CSS CSS constants.
 

Class Summary
PropertyDecl Represents a particular CSS property declaration.
PseudoElement Represents a :before or :after pseudo-element.
RelativeLength A length that may be expressed as an absolute or relative value.
Rule Represents a pairing of a selector with a list of styles.
Styles Represents the computed style properties for a particular element.
StyleSheet Represents a CSS style sheet.
StyleSheetFactory Driver for the creation of StyleSheet objects.
 

Package net.sf.vex.css Description

Classes implementing an object model for CSS stylesheets. Style sheets can be built from an input stream using a StyleSheetBuilder and a SAC (Simple API for CSS) parser. The StyleSheet class encapsulates the style sheet data and implements the the CSS algorithms for calculating computed style values.