|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttml.storage.importers.AbstractImporter
tml.storage.importers.HtmlImporter
public class HtmlImporter
This importer uses org.htmlpraser to obtain plain text from an HTML file.
Constructor Summary | |
---|---|
HtmlImporter()
|
Method Summary | |
---|---|
java.lang.String |
getCleanContent(java.lang.String content)
|
Methods inherited from class tml.storage.importers.AbstractImporter |
---|
createImporter, isValidFileExtension |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface tml.storage.importers.Importer |
---|
isValidFileExtension |
Constructor Detail |
---|
public HtmlImporter()
Method Detail |
---|
public java.lang.String getCleanContent(java.lang.String content)
getCleanContent
in interface Importer
content
- the text to clean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |