| java.lang.Object org.apache.dvsl.Transformer
Transformer | public Transformer(VelocityEngine ve, TemplateHandler th, Context context, Map applicationValues, boolean validate)(Code) | | Sole public CTOR. We rely on the caller to give us a
VelocityEngine ready with all macros registered.
The context is the callers context with all tools and
style drek.
|
transform | long transform(Reader reader, Writer writer) throws Exception(Code) | | Method that performs the transformation on
a document
Parameters: reader - XML document char stream Parameters: writer - Writer to output transformation to |
|
|