| org.mmbase.cache.xslt.FactoryCache
FactoryCache | public class FactoryCache extends Cache (Code) | | A cache for XSL Transformer Factories. There is one needed for
every directory, or more precisely, for every instance of
org.mmbase.util.xml.URIResolver.
author: Michiel Meeuwissen version: $Id: FactoryCache.java,v 1.11 2008/02/20 17:14:00 michiel Exp $ |
warnedFeature | boolean warnedFeature(Code) | | |
getDefaultFactory | public TransformerFactory getDefaultFactory()(Code) | | If it you are sure not to use the URIResolver, then you can as
well use always the same Factory. This function supplies one.
|
getFactory | public TransformerFactory getFactory(File cwd)(Code) | | Gets a Factory from the cache. This cache is 'intelligent', you
can also get from it when it is not in the cache, in which case
a new Factory will be created (and put in the cache).
|
|
|