Class DefaultTagProvider
java.lang.Object
org.htmlcleaner.DefaultTagProvider
- All Implemented Interfaces:
ITagInfoProvider
This is the default tag provider for HTML Cleaner
Note this is no longer generated from XML - see https://sourceforge.net/p/htmlcleaner/bugs/81/
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final Stringstatic final DefaultTagProviderprivate static final StringHTML5 Media Tagsprivate static final StringPhrasing tags are those that can make up paragraphs along with text to make Phrasing Contentprivate static final Stringprivate ConcurrentMap<String, TagInfo> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STRONG
- See Also:
-
tagInfoMap
-
INSTANCE
-
CLOSE_BEFORE_COPY_INSIDE_TAGS
- See Also:
-
CLOSE_BEFORE_TAGS
- See Also:
-
PHRASING_TAGS
Phrasing tags are those that can make up paragraphs along with text to make Phrasing Content- See Also:
-
MEDIA_TAGS
-
-
Constructor Details
-
DefaultTagProvider
public DefaultTagProvider()
-
-
Method Details
-
put
-
getTagInfo
- Specified by:
getTagInfoin interfaceITagInfoProvider
-