Uses of Class
org.htmlcleaner.TagInfo
-
-
Uses of TagInfo in org.htmlcleaner
Fields in org.htmlcleaner declared as TagInfo Modifier and Type Field Description private TagInfoHtmlCleaner.TagPos. infoprivate TagInfoConfigFileTagProvider.ConfigParser. tagInfoMethods in org.htmlcleaner that return TagInfo Modifier and Type Method Description TagInfoConfigFileTagProvider. getTagInfo(java.lang.String tagName)TagInfoDefaultTagProvider. getTagInfo(java.lang.String tagName)TagInfoITagInfoProvider. getTagInfo(java.lang.String tagName)Methods in org.htmlcleaner with parameters of type TagInfo Modifier and Type Method Description private voidHtmlCleaner. addPossibleHeadCandidate(TagInfo tagInfo, TagNode tagNode, HtmlCleaner.CleanTimeValues cleanTimeValues)Checks if specified tag with specified info is candidate for moving to head section.voidDefaultTagProvider. addTagInfo(TagInfo tagInfo)Sets new tag info.private booleanHtmlCleaner. isFatalTagSatisfied(TagInfo tag, HtmlCleaner.CleanTimeValues cleanTimeValues)Checks if open fatal tag is missing if there is a fatal tag for the specified tag.(package private) booleanTagInfo. isMustCloseTag(TagInfo tagInfo)private booleanHtmlCleaner. mustAddRequiredParent(TagInfo tag, HtmlCleaner.CleanTimeValues cleanTimeValues)Check if specified tag requires parent tag, but that parent tag is missing in the appropriate context.
-