com.jclark.xsl.trax

Class TemplatesImpl

Implemented Interfaces:
Templates

(package private) class TemplatesImpl
extends java.lang.Object
implements Templates

An implementation of the TrAX Templates interface.

Field Summary

protected Sheet
_sheet

Constructor Summary

TemplatesImpl(Sheet sheet, Engine engine, TransformerFactoryImpl factory)

Method Summary

Properties
getOutputProperties()
Return a empty Properties object.
Transformer
newTransformer()
Create a new transformation context for this Templates object.

Field Details

_sheet

protected Sheet _sheet

Constructor Details

TemplatesImpl

public TemplatesImpl(Sheet sheet,
                     Engine engine,
                     TransformerFactoryImpl factory)

Method Details

getOutputProperties

public Properties getOutputProperties()
Return a empty Properties object.

newTransformer

public Transformer newTransformer()
            throws TransformerConfigurationException
Create a new transformation context for this Templates object.
Returns:
A valid non-null instance of a Transformer.