Uses of Class
org.htmlcleaner.TagInfo
Packages that use TagInfo
-
Uses of TagInfo in org.htmlcleaner
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, org.htmlcleaner.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 TypeMethodDescriptionvoid
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)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 tagsvoid
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) Constructor parameters in org.htmlcleaner with type arguments of type TagInfoModifierConstructorDescriptionMathMLTagProvider
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap)