Uses of Class
com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
Packages that use HtmlTag
Package
Description
Contains the Javadoc checks that are bundled with the main distribution.
-
Uses of HtmlTag in com.puppycrawl.tools.checkstyle.checks.javadoc
Fields in com.puppycrawl.tools.checkstyle.checks.javadoc with type parameters of type HtmlTagMethods in com.puppycrawl.tools.checkstyle.checks.javadoc that return HtmlTagMethods in com.puppycrawl.tools.checkstyle.checks.javadoc with parameters of type HtmlTagModifier and TypeMethodDescriptionprivate void
Performs lazy initialization on the internal tags List and adds the tag.private static boolean
JavadocStyleCheck.isAllowedTag
(HtmlTag tag) Determines if the HtmlTag is one which is allowed in a javadoc.private static boolean
JavadocStyleCheck.isSingleTag
(HtmlTag tag) Determines if the HtmlTag is one which does not require a close tag.Method parameters in com.puppycrawl.tools.checkstyle.checks.javadoc with type arguments of type HtmlTagModifier and TypeMethodDescriptionprivate void
JavadocStyleCheck.checkUnclosedTags
(Deque<HtmlTag> htmlStack, String token) Checks to see if there are any unclosed tags on the stack.private static boolean
JavadocStyleCheck.isExtraHtml
(String token, Deque<HtmlTag> htmlStack) Determines if the given token is an extra HTML tag.