Package com.openhtmltopdf.css.extend
Interface StylesheetFactory
-
- All Known Implementing Classes:
StylesheetFactoryImpl
public interface StylesheetFactoryA Factory class for Cascading Style Sheets. Sheets are parsed using a single parser instance for all sheets. Sheets are cached by URI using a LRU test, but timestamp of file is not checked.- Author:
- Torbjoern Gannholm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StylesheetgetStylesheet(StylesheetInfo si)Stylesheetparse(Reader reader, StylesheetInfo info)RulesetparseStyleDeclaration(int author, String style)
-
-
-
Method Detail
-
parse
Stylesheet parse(Reader reader, StylesheetInfo info)
-
getStylesheet
Stylesheet getStylesheet(StylesheetInfo si)
-
-