Uses of Interface
org.htmlcleaner.ITagInfoProvider

Packages that use ITagInfoProvider
org.htmlcleaner   
 

Uses of ITagInfoProvider in org.htmlcleaner
 

Classes in org.htmlcleaner that implement ITagInfoProvider
 class HtmlTagProvider
           Default HTML tag info provider.
 

Constructors in org.htmlcleaner with parameters of type ITagInfoProvider
HtmlCleaner(java.io.File file, ITagInfoProvider tagInfoProvider)
          Constructor - creates the instance for specified file and charset.
HtmlCleaner(java.io.File file, java.lang.String charset, ITagInfoProvider tagInfoProvider)
          Constructor - creates the instance for specified file.
HtmlCleaner(java.io.InputStream in, ITagInfoProvider tagInfoProvider)
          Constructor - creates the instance for the specified inpout stream
HtmlCleaner(java.lang.String htmlContent, ITagInfoProvider tagInfoProvider)
          Constructor - creates the instance with specified html content as String.
HtmlCleaner(java.net.URL url, ITagInfoProvider tagInfoProvider)
          Constructor - creates the instance for specified URL and charset.
HtmlCleaner(java.net.URL url, java.lang.String charset, ITagInfoProvider tagInfoProvider)
          Constructor - creates the instance for specified URL and charset.