source: the source node ref;
property:the source node 's content property to be transformed (a content node may have more than one cm:content property,cm:content type has define one cm content property named cm:content,your custom type can define more)
destinationReference: destination node ref
destinationProperty: the destination node 's content property is where the transformed result will be saved (default is cm:content)
It will not create a new transormed node ,you must specify an existing node as destination node
If the transformation fails , it will throw exception