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