|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.reader.NYTimesHTMLReader.NullProcessor
private static class NYTimesHTMLReader.NullProcessor
Constructor Summary | |
---|---|
private |
NYTimesHTMLReader.NullProcessor()
|
Method Summary | |
---|---|
boolean |
done()
If this returns true, the code that is feeding lines to this processor can then stop. |
void |
processLine(java.lang.String line)
Process the line. |
void |
reset()
Resets the processor so it may be used with another document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private NYTimesHTMLReader.NullProcessor()
Method Detail |
---|
public boolean done()
DocumentProcessor
done
in interface DocumentProcessor
public void processLine(java.lang.String line)
DocumentProcessor
processLine
in interface DocumentProcessor
line
- the line to processpublic void reset()
DocumentProcessor
reset
in interface DocumentProcessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |