* @param transformSheet
* The XSLT transform sheet to apply.
*/
public TransformRepresentation(Context context, Representation source,
Representation transformSheet) {
this((context == null) ? null : new ContextResolver(context), source,
transformSheet);
}