Package org.xhtmlrenderer.css.extend
Interface StylesheetFactory
- All Known Implementing Classes:
StylesheetFactoryImpl
public interface StylesheetFactory
A Factory class for Cascading Style Sheets. Sheets are parsed using a single
parser instance for all sheets. Sheets are cached by URI using an LRU test,
but timestamp of file is not checked.
-
Method Summary
Modifier and TypeMethodDescriptionparse
(Reader reader, String uri, StylesheetInfo.Origin origin) parse
(Reader reader, StylesheetInfo info) parseStyleDeclaration
(StylesheetInfo.Origin origin, String style)
-
Method Details
-
parse
-
parse
-
parseStyleDeclaration
-
getStylesheet
-