|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.reader.ProMedTxtReader
public class ProMedTxtReader
Reads Pro Med email txt for Date, Title content etc. This uses a chain of LineParsers to do the parsing.
Nested Class Summary | |
---|---|
private class |
ProMedTxtReader.ContentParser
|
private class |
ProMedTxtReader.LinkParser
|
private class |
ProMedTxtReader.NullParser
|
private class |
ProMedTxtReader.TitleParser
|
Field Summary | |
---|---|
private ReaderResult |
result
|
Constructor Summary | |
---|---|
ProMedTxtReader()
|
Method Summary | |
---|---|
ReaderResult |
run(java.lang.String location,
java.io.Reader in)
Reads the pro med text from the specified reader and returns a result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ReaderResult result
Constructor Detail |
---|
public ProMedTxtReader()
Method Detail |
---|
public ReaderResult run(java.lang.String location, java.io.Reader in) throws java.io.IOException
in
- the input
java.io.IOException
- if there is an error during the reading
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |