Class HTMLUtils


  • public final class HTMLUtils
    extends Object
    Helpers for building HTML reports.
    • Method Detail

      • escapeText

        public static String escapeText​(String text)
        Escape input text so that characters are not misinterpreted by HTML parsers.
        Parameters:
        text - the string to be protected
        Returns:
        the escaped text