This implementation of <code>javaToNative</code> converts HTML-formatted text
represented by a java <code>String</code> to a platform specific representation.
@param object a java <code>String</code> containing HTML text
@param transferData an empty <code>TransferData</code> object that will
be filled in on return with the platform specific format of the data
This implementation of <code>javaToNative</code> converts HTML-formatted text represented by a java <code>String</code> to a platform specific representation.
@param object a java <code>String</code> containing HTML text @param transferData an empty <code>TransferData</code> object that will be filled in on return with the platform specific format of the data
@see Transfer#nativeToJava