Interface HtmlValidator

    • Method Detail

      • validate

        String validate​(String html)
        Check if the the given HTML fragment has no syntax errors.
        Parameters:
        html - the HTML to validate
        Returns:
        An error message in case an error exists, or null if everything is ok.