|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.reader.NYTimesArchiveReader
public class NYTimesArchiveReader
Quick and dirty class to read nytimes_archive_index.txt and read / parse each article in the index using the NYTimesHTMLReader.
Field Summary | |
---|---|
private static java.lang.String |
DELIMITER
|
Constructor Summary | |
---|---|
NYTimesArchiveReader()
|
Method Summary | |
---|---|
void |
run(ReaderResultProcessor proc)
Parses the lines in the nytimes archive index file for url, title, etc. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.lang.String DELIMITER
Constructor Detail |
---|
public NYTimesArchiveReader()
Method Detail |
---|
public void run(ReaderResultProcessor proc) throws java.io.IOException, java.text.ParseException, AIDAException
proc
-
java.io.IOException
java.text.ParseException
AIDAException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |