|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.reader.NTARCHtmlReader.NTARProcessor
private class NTARCHtmlReader.NTARProcessor
Field Summary | |
---|---|
(package private) boolean |
collect
|
(package private) boolean |
done
|
Constructor Summary | |
---|---|
private |
NTARCHtmlReader.NTARProcessor()
|
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 |
Field Detail |
---|
boolean collect
boolean done
Constructor Detail |
---|
private NTARCHtmlReader.NTARProcessor()
Method Detail |
---|
public void processLine(java.lang.String line)
DocumentProcessor
processLine
in interface DocumentProcessor
line
- the line to processpublic boolean done()
DocumentProcessor
done
in interface DocumentProcessor
public void reset()
DocumentProcessor
reset
in interface DocumentProcessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |