net.sf.sfac.file
Class LineReaderFilteringHtml
java.lang.Object
net.sf.sfac.file.LineReader
net.sf.sfac.file.LineReaderFilteringHtml
public class LineReaderFilteringHtml
- extends LineReader
An implementation of LineReader filtering out all HTML tags to transform HTML to plain text.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineReaderFilteringHtml
public LineReaderFilteringHtml(BufferedReader reader)
throws IOException
- Throws:
IOException
LineReaderFilteringHtml
public LineReaderFilteringHtml(Class<?> loader,
String resourceName)
throws IOException
- Throws:
IOException
LineReaderFilteringHtml
public LineReaderFilteringHtml(File src)
throws IOException
- Throws:
IOException
LineReaderFilteringHtml
public LineReaderFilteringHtml(URL src)
throws IOException
- Throws:
IOException
readLineImpl
protected String readLineImpl()
throws IOException
- Overrides:
readLineImpl in class LineReader
- Throws:
IOException
Copyright © 2012. All Rights Reserved.