Package org.htmlcleaner
Interface ITagInfoProvider
-
- All Known Implementing Classes:
ConfigFileTagProvider,DefaultTagProvider,Html4TagProvider,Html5TagProvider
public interface ITagInfoProviderProvides set of TagInfo instances. The instance of this interface is used as a collection of tag definitions used in cleanup process. Implementing this interface desired behaviour of cleaner can be achived.
In most cases implementation will be or contain a kind of Map.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TagInfogetTagInfo(java.lang.String tagName)
-
-
-
Method Detail
-
getTagInfo
TagInfo getTagInfo(java.lang.String tagName)
-
-