Uses of Class
org.htmlcleaner.TagInfo
Packages that use TagInfo
-
Uses of TagInfo in org.htmlcleaner
Fields in org.htmlcleaner declared as TagInfoModifier and TypeFieldDescription(package private) TagInfo
TagPos.info
private TagInfo
ConfigFileTagProvider.ConfigParser.tagInfo
Fields in org.htmlcleaner with type parameters of type TagInfoModifier and TypeFieldDescriptionprivate ConcurrentMap
<String, TagInfo> DefaultTagProvider.tagInfoMap
private ConcurrentMap
<String, TagInfo> Html4TagProvider.tagInfoMap
private ConcurrentMap
<String, TagInfo> Html5TagProvider.tagInfoMap
Methods in org.htmlcleaner that return TagInfoModifier and TypeMethodDescriptionConfigFileTagProvider.getTagInfo
(String tagName) DefaultTagProvider.getTagInfo
(String tagName) Html4TagProvider.getTagInfo
(String tagName) Html5TagProvider.getTagInfo
(String tagName) It returns the tag information.HtmlCleaner.getTagInfo
(String tagName, CleanTimeValues cleanTimeValues) Returns a TagInfo object for the specified tag name.ITagInfoProvider.getTagInfo
(String tagName) MathMLTagProvider.getTagInfo
(String tagName, ConcurrentMap<String, TagInfo> tagInfoMap) Methods in org.htmlcleaner with parameters of type TagInfoModifier and TypeMethodDescriptionprivate void
HtmlCleaner.addPossibleHeadCandidate
(TagInfo tagInfo, TagNode tagNode, CleanTimeValues cleanTimeValues) Checks if specified tag with specified info is candidate for moving to head section.(package private) void
OpenTags.addTag
(String tagName, TagInfo tagInfo, int position, CleanTimeValues cleanTimeValues) void
Html4TagProvider.basicElements
(TagInfo tagInfo) void
The HTML5 edits tags (2 total)void
Html5TagProvider.embeddedContentTags
(TagInfo tagInfo) void
Html4TagProvider.formattingElements
(TagInfo tagInfo) void
Html4TagProvider.formElements
(TagInfo tagInfo) void
The HTML5 forms tags (15 total)void
Html5TagProvider.groupingTags
(TagInfo tagInfo) The HTML5 grouping tags (14 total)void
Html4TagProvider.imgElements
(TagInfo tagInfo) void
Html5TagProvider.interactiveTags
(TagInfo tagInfo) The HTML5 Interactive tags (4 total)private boolean
HtmlCleaner.isFatalTagSatisfied
(TagInfo tag, 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) void
MathMLTagProvider.layoutElements
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) void
Html4TagProvider.linkElements
(TagInfo tagInfo) void
Html4TagProvider.listElements
(TagInfo tagInfo) void
Html5 media-embedded tags (12 tags)void
Html5TagProvider.metadataTags
(TagInfo tagInfo) HTML5 Document metadata tagsprivate boolean
HtmlCleaner.mustAddRequiredParent
(TagInfo tag, CleanTimeValues cleanTimeValues) Check if specified tag requires parent tag, but that parent tag is missing in the appropriate context.void
Html4TagProvider.olderElements
(TagInfo tagInfo) void
Html5TagProvider.phrasingTags
(TagInfo tagInfo) Html5 phrasing tags --text level semantics (31 total) thelw datavoid
MathMLTagProvider.presentationMarkup
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) protected void
protected void
protected void
It inserts the tag node into the tagInfoMap.protected void
void
Html4TagProvider.scriptElements
(TagInfo tagInfo) void
MathMLTagProvider.scriptElements
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) void
Html5TagProvider.scriptingTags
(TagInfo tagInfo) HTML5 scripting tagsvoid
Html5TagProvider.semanticFlowTags
(TagInfo tagInfo) The HTML5 semantic flow tags-Sectioning tags (15 total)void
Html4TagProvider.styleElements
(TagInfo tagInfo) void
Html4TagProvider.tableElements
(TagInfo tagInfo) void
MathMLTagProvider.tableElements
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) void
The HTML5 table tags (12 total)void
MathMLTagProvider.tokenElements
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) Method parameters in org.htmlcleaner with type arguments of type TagInfoModifier and TypeMethodDescriptionMathMLTagProvider.getTagInfo
(String tagName, ConcurrentMap<String, TagInfo> tagInfoMap) void
MathMLTagProvider.layoutElements
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) void
MathMLTagProvider.presentationMarkup
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) protected void
void
MathMLTagProvider.scriptElements
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) void
MathMLTagProvider.tableElements
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) void
MathMLTagProvider.tokenElements
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) Constructors in org.htmlcleaner with parameters of type TagInfoModifierConstructorDescriptionMathMLTagProvider
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) (package private)
TagPos
(int position, String name, TagInfo tagInfo, CleanTimeValues cleanTimeValues) Constructor parameters in org.htmlcleaner with type arguments of type TagInfoModifierConstructorDescriptionMathMLTagProvider
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap)