Class DecodeUtil


  • public class DecodeUtil
    extends Object
    • Constructor Detail

      • DecodeUtil

        public DecodeUtil()
    • Method Detail

      • fromPlainTextHTML

        public static String fromPlainTextHTML​(String text)
        Converts an HTML plain text into a plain text one.

        This method assumes there is no elements in the text, just escaped characters. The methods supported NCRs as well as HTML CERs.

        Parameters:
        text - the HTML string to convert.
        Returns:
        the un-escaped text.