Class StylesheetFactoryImpl

java.lang.Object
com.openhtmltopdf.context.StylesheetFactoryImpl
All Implemented Interfaces:
StylesheetFactory

public class StylesheetFactoryImpl
extends Object
implements 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 a LRU test, but timestamp of file is not checked.
Author:
Torbjoern Gannholm