|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--dragon.onlinedb.BasicArticleParser
Basic Parser for parsing and assembling a given article
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor Summary | |
BasicArticleParser()
|
|
| Method Summary | |
java.lang.String |
assemble(Article article)
Assemble an article into a sequence of text which could be saved in files for future use. |
Article |
parse(java.lang.String line)
Parse a sequence of text into an article |
protected java.lang.String |
processText(java.lang.String text)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BasicArticleParser()
| Method Detail |
public Article parse(java.lang.String line)
ArticleParser
parse in interface ArticleParserline - the sequence of text
public java.lang.String assemble(Article article)
ArticleParser
assemble in interface ArticleParserarticle - the article for assembling
protected java.lang.String processText(java.lang.String text)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||