Uses of Class
org.owasp.validator.html.TagMatcher
-
Packages that use TagMatcher Package Description org.owasp.validator.html -
-
Uses of TagMatcher in org.owasp.validator.html
Methods in org.owasp.validator.html that return TagMatcher Modifier and Type Method Description TagMatcher
Policy. getAllowedEmptyTags()
Return all the allowed empty tags configured in the Policy.TagMatcher
Policy. getRequiresClosingTags()
Return all the tags that are required to be closed with an end tag, even if they have no child content.
-