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) TagInfoTagPos.infoprivate TagInfoConfigFileTagProvider.ConfigParser.tagInfoFields in org.htmlcleaner with type parameters of type TagInfoModifier and TypeFieldDescriptionprivate ConcurrentMap<String, TagInfo> DefaultTagProvider.tagInfoMapprivate ConcurrentMap<String, TagInfo> Html4TagProvider.tagInfoMapprivate ConcurrentMap<String, TagInfo> Html5TagProvider.tagInfoMapMethods 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 voidHtmlCleaner.addPossibleHeadCandidate(TagInfo tagInfo, TagNode tagNode, CleanTimeValues cleanTimeValues) Checks if specified tag with specified info is candidate for moving to head section.(package private) voidOpenTags.addTag(String tagName, TagInfo tagInfo, int position, CleanTimeValues cleanTimeValues) voidHtml4TagProvider.basicElements(TagInfo tagInfo) voidThe HTML5 edits tags (2 total)voidHtml5TagProvider.embeddedContentTags(TagInfo tagInfo) voidHtml4TagProvider.formattingElements(TagInfo tagInfo) voidHtml4TagProvider.formElements(TagInfo tagInfo) voidThe HTML5 forms tags (15 total)voidHtml5TagProvider.groupingTags(TagInfo tagInfo) The HTML5 grouping tags (14 total)voidHtml4TagProvider.imgElements(TagInfo tagInfo) voidHtml5TagProvider.interactiveTags(TagInfo tagInfo) The HTML5 Interactive tags (4 total)private booleanHtmlCleaner.isFatalTagSatisfied(TagInfo tag, 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) voidMathMLTagProvider.layoutElements(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) voidHtml4TagProvider.linkElements(TagInfo tagInfo) voidHtml4TagProvider.listElements(TagInfo tagInfo) voidHtml5 media-embedded tags (12 tags)voidHtml5TagProvider.metadataTags(TagInfo tagInfo) HTML5 Document metadata tagsprivate booleanHtmlCleaner.mustAddRequiredParent(TagInfo tag, CleanTimeValues cleanTimeValues) Check if specified tag requires parent tag, but that parent tag is missing in the appropriate context.voidHtml4TagProvider.olderElements(TagInfo tagInfo) voidHtml5TagProvider.phrasingTags(TagInfo tagInfo) Html5 phrasing tags --text level semantics (31 total) thelw datavoidMathMLTagProvider.presentationMarkup(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) protected voidprotected voidprotected voidIt inserts the tag node into the tagInfoMap.protected voidvoidHtml4TagProvider.scriptElements(TagInfo tagInfo) voidMathMLTagProvider.scriptElements(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) voidHtml5TagProvider.scriptingTags(TagInfo tagInfo) HTML5 scripting tagsvoidHtml5TagProvider.semanticFlowTags(TagInfo tagInfo) The HTML5 semantic flow tags-Sectioning tags (15 total)voidHtml4TagProvider.styleElements(TagInfo tagInfo) voidHtml4TagProvider.tableElements(TagInfo tagInfo) voidMathMLTagProvider.tableElements(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) voidThe HTML5 table tags (12 total)voidMathMLTagProvider.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) voidMathMLTagProvider.layoutElements(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) voidMathMLTagProvider.presentationMarkup(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) protected voidvoidMathMLTagProvider.scriptElements(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) voidMathMLTagProvider.tableElements(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) voidMathMLTagProvider.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)