wvtool
Class RSSInputFilter
java.lang.Object
wvtool.RSSInputFilter
- All Implemented Interfaces:
- edu.udo.cs.wvtool.generic.inputfilter.WVTInputFilter
public class RSSInputFilter
- extends java.lang.Object
- implements edu.udo.cs.wvtool.generic.inputfilter.WVTInputFilter
Esta clase implementa la WVTInputFilter.
Con esta clase se implementa el primer filtro del stream de entrada.
1) se realiza reeemplazo de expresiones
2) se filtran terminos (nombre de canales)
3) se filtarn links
4) se filtran los tags html.
|
Constructor Summary |
RSSInputFilter(java.io.Reader stopTermStream,
java.io.Reader replaceStream)
|
|
Method Summary |
java.io.Reader |
convertToPlainText(java.io.InputStream source,
edu.udo.cs.wvtool.main.WVTDocumentInfo d)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSSInputFilter
public RSSInputFilter(java.io.Reader stopTermStream,
java.io.Reader replaceStream)
convertToPlainText
public java.io.Reader convertToPlainText(java.io.InputStream source,
edu.udo.cs.wvtool.main.WVTDocumentInfo d)
throws edu.udo.cs.wvtool.util.WVToolException
- Specified by:
convertToPlainText in interface edu.udo.cs.wvtool.generic.inputfilter.WVTInputFilter
- Throws:
edu.udo.cs.wvtool.util.WVToolException