Package org.htmlcleaner
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 String
private static final String
static final DefaultTagProvider
private static final String
HTML5 Media Tagsprivate static final String
Phrasing tags are those that can make up paragraphs along with text to make Phrasing Contentprivate static final String
private 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
HTML5 Media Tags- See Also:
-
-
Constructor Details
-
DefaultTagProvider
public DefaultTagProvider()
-
-
Method Details
-
put
- Parameters:
tagInfo
-key
-
-
getTagInfo
- Specified by:
getTagInfo
in interfaceITagInfoProvider
-