Interface HtmlStripper


Strips HTML tags from text. Allows sanitizing untrusted strings before use in marker tooltips.
Since:
1.2.0
  • Method Details

    • htmlStripper

      static HtmlStripper htmlStripper()
      Get an HtmlStripper.
      Returns:
      HTML stripper
    • stripHtml

      String stripHtml(String string)
      Strips HTML tags from the provided string.
      Parameters:
      string - untrusted string
      Returns:
      sanitized string