Package org.eclipse.jst.pagedesigner.dtmanager.converter

Meta-data driven tag converters.

See:
          Description

Interface Summary
IOutputRenderer Produces output rendering for ITagConverter instances.
ITagConverterContext Represents ITagConverter-specific context and functionality.
ITagConverterDecorator Decorates an ITagConverter instance as appropriate (generally client-specific decoration performed after tag conversion).
ITransformer Transforms an original input Element instance to an output Element instance by invoking a collection of ITransformOperation instances.
ITransformOperation Defines an operation used during transformation of input Element instances to output Element instances.
 

Class Summary
AbstractTagConverterContext Abstract ITagConverter implementation of ITagConverterContext.
 

Package org.eclipse.jst.pagedesigner.dtmanager.converter Description

Meta-data driven tag converters.

Provisional API - subject to change