Class zwt.tpl.Template
Extends
zwt.Object.
This is the base class for runtime representations of processed transformation instructions.
Instances of this class can be obtained with zwt.tpl.TemplateFactory#getTemplate and then be used to create zwt.tpl.Transformer objects.
Defined in: Template.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
Create a transformer based on this template.
|
Method Detail
{zwt.tpl.Transformer}
newTransformer()
Create a transformer based on this template.
This default implementation always returns null.
- Returns:
- A new transformer instance