Nux 1.0

Uses of Class
nux.xom.pool.XSLTransformFactory

Packages that use XSLTransformFactory
nux.xom.pool Efficient and flexible pools and factories for XQueries, and XSL Transforms, as well as Builders that validate against W3C XML Schemas, DTDs, RELAX NG, Schematron, etc. 
 

Uses of XSLTransformFactory in nux.xom.pool
 

Constructors in nux.xom.pool with parameters of type XSLTransformFactory
XSLTransformPool(int maxPoolEntries, XSLTransformFactory factory)
          Creates a new pool that uses the given factory on cache misses, and that can hold at most maxPoolEntries stylesheets.
 


Nux 1.0