|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITagInfoProvider | |
---|---|
info.bliki.htmlcleaner | Modified classes from the htmlcleaner.sourceforge.net/ project. |
Uses of ITagInfoProvider in info.bliki.htmlcleaner |
---|
Classes in info.bliki.htmlcleaner that implement ITagInfoProvider | |
---|---|
class |
HtmlTagProvider
Default HTML tag info provider. |
Constructors in info.bliki.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |