Class Index | File Index

Classes


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.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Create a transformer based on this template.
Class Detail
zwt.tpl.Template()

Author: Jeremy KUHN.
See:
zwt.tpl.TemplateFactory
zwt.tpl.Transformer
Method Detail
{zwt.tpl.Transformer} newTransformer()
Create a transformer based on this template.

This default implementation always returns null.

Returns:
A new transformer instance

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jan 12 2012 02:07:53 GMT+0100 (CET)