This method of the IServer interface applies HTML encoding to the specified string.
public abstract java.lang.String HTMLEncode(java.lang.String inst);
Returns a string that contains the encoded text.
inst | [in] A string that contains the text to be encoded. |