Encode a text into HTML, ie: process & > < lineBreaks symbols etc...
Encode a text into HTML, ie: process & > < lineBreaks symbols etc... This methods converts everyhting it can.
Returns: Parameters: - text -
publicstaticString textToHtml
(String text, int flags)
Encode a text into HTML, converting only what requested using the flags.
Encode a text into HTML, converting only what requested using the flags. falgs example: ENCODE_LINE_BREAKS | ENCODE_CURLEYS
Returns: Parameters: - text -
- flags -