Class StyleSheetAggregator

java.lang.Object
org.lobobrowser.html.style.StyleSheetAggregator

public class StyleSheetAggregator extends Object
Aggregates all style sheets in a document. Every time a new STYLE element is found, it is added to the style sheet aggreagator by means of the addStyleSheet(CSSStyleSheet) method. HTML elements have a style object that has a list of CSSStyleDeclaration instances. The instances inserted in that list are obtained by means of the #getStyleDeclarations(HTMLElementImpl, String, String, String) method.