Uses of Class
cz.metacentrum.perun.core.impl.HTMLParser
Packages that use HTMLParser
-
Uses of HTMLParser in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that return HTMLParserModifier and TypeMethodDescriptionHTMLParser.checkEscapedHTML()
HTMLParser.checkEscapedHTML
(String escaped, String unescaped) Checks if the given input is sanitized.HTMLParser.clear()
Clears the list of escaped tags and attributes.HTMLParser.sanitizeHTML
(String input) Sanitizes the given input using the predefined policy.