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 TagInfo
HtmlCleaner.TagPos. info
private TagInfo
ConfigFileTagProvider.ConfigParser. tagInfo
Methods in org.htmlcleaner that return TagInfo Modifier and Type Method Description TagInfo
ConfigFileTagProvider. getTagInfo(java.lang.String tagName)
TagInfo
DefaultTagProvider. getTagInfo(java.lang.String tagName)
TagInfo
ITagInfoProvider. getTagInfo(java.lang.String tagName)
Methods in org.htmlcleaner with parameters of type TagInfo Modifier and Type Method Description private void
HtmlCleaner. addPossibleHeadCandidate(TagInfo tagInfo, TagNode tagNode, HtmlCleaner.CleanTimeValues cleanTimeValues)
Checks if specified tag with specified info is candidate for moving to head section.void
DefaultTagProvider. addTagInfo(TagInfo tagInfo)
Sets new tag info.private boolean
HtmlCleaner. 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) boolean
TagInfo. isMustCloseTag(TagInfo tagInfo)
private boolean
HtmlCleaner. mustAddRequiredParent(TagInfo tag, HtmlCleaner.CleanTimeValues cleanTimeValues)
Check if specified tag requires parent tag, but that parent tag is missing in the appropriate context.
-