Package org.eclipse.jet

Defines core interfaces for executing JET transformations and templates.

See:
          Description

Interface Summary
IWriterListener Callback interface allowing participation in the finalization of a JET2Writer's content.
JET2Template Interface to compiled JET2 templates.
JET2TemplateLoader A loader for templates within a transform.
JET2TemplateLoaderExtension Extension interface for JET2TemplateLoader allowing for delegation of template loading to other loaders
JET2Writer Define a JET2 output writer
 

Class Summary
AbstractContextExtender A base class for extending the JET2 context.
BodyContentWriter Standard implementation of JET2Writer
JET2Context Define the execution context for a JET2 transform or template.
JET2Platform Utility class for invoking JET Transforms
XPathContextExtender Context Extender that understands XPath processing.
 

Exception Summary
CoreJETException An exception that represents
WriterPositionException Runtime exception to wrap the rather inconvenient checked exception thrown by the org.eclipse.jface.text classes and methods.
 

Package org.eclipse.jet Description

Defines core interfaces for executing JET transformations and templates.


Copyright 2006 IBM Corporation and others.
All Rights Reserved.