HTMLTransfer
provides a platform specific mechanism for converting text in HTML format represented as a java String
to a platform specific representation of the data and vice versa. An example of a java String
containing HTML text is shown below:
String htmlData = "This is a paragraph of text.
";
@see Transfer
|
|