| Package | Description |
|---|---|
| info.bliki.htmlcleaner |
Modified classes from the
htmlcleaner.sourceforge.net/ project.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlTagProvider
Default HTML tag info provider.
|
| Constructor and Description |
|---|
HtmlCleaner(File file,
ITagInfoProvider tagInfoProvider)
Constructor - creates the instance for specified file and charset.
|
HtmlCleaner(File file,
String charset,
ITagInfoProvider tagInfoProvider)
Constructor - creates the instance for specified file.
|
HtmlCleaner(InputStream in,
ITagInfoProvider tagInfoProvider)
Constructor - creates the instance for the specified inpout stream
|
HtmlCleaner(String htmlContent,
ITagInfoProvider tagInfoProvider)
Constructor - creates the instance with specified html content as String.
|
HtmlCleaner(URL url,
ITagInfoProvider tagInfoProvider)
Constructor - creates the instance for specified URL and charset.
|
HtmlCleaner(URL url,
String charset,
ITagInfoProvider tagInfoProvider)
Constructor - creates the instance for specified URL and charset.
|
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.