|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.tudarmstadt.ukp.jwktl.parser.WiktionaryPageParser<PageType>
PageType
- The type of page to create, usually
WiktionaryPage
.public abstract class WiktionaryPageParser<PageType extends WiktionaryPage>
Abstract base class for implementations of the
IWiktionaryPageParser
interface. The class manages the dump info
and the current namespace, as well as the creation of a
WiktionaryPage
.
Field Summary | |
---|---|
protected String |
currentNamespace
|
protected IDumpInfo |
dumpInfo
|
protected PageType |
page
|
Constructor Summary | |
---|---|
WiktionaryPageParser()
|
Method Summary | |
---|---|
protected abstract PageType |
createPage()
|
void |
onClose(IDumpInfo dumpInfo)
Hotspot that is invoked after the parser has finished its work. |
void |
onPageEnd()
Hotspot that is invoked upon finishing the current article page. |
void |
onPageStart()
Hotspot that is invoked upon starting a new article page. |
void |
onParserEnd(IDumpInfo dumpInfo)
Hotspot that is invoked when the parser is about to end. |
void |
onParserStart(IDumpInfo dumpInfo)
Hotspot that is invoked upon starting the parser. |
void |
onSiteInfoComplete(IDumpInfo dumpInfo)
Hotspot that is invoked after the siteinfo header has been read. |
void |
setAuthor(String author)
Hotspot that is invoked after the current page's author is read. |
void |
setPageId(long pageId)
Hotspot that is invoked after the current page's id is read. |
void |
setRevision(long revisionId)
Hotspot that is invoked after the current page's revision id is read. |
abstract void |
setText(String text)
Hotspot that is invoked after the current page's text is read. |
void |
setTimestamp(Date timestamp)
Hotspot that is invoked after the current page's timestamp is read. |
void |
setTitle(String title,
String namespace)
Hotspot that is invoked after the current page's title is read. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PageType extends WiktionaryPage page
protected IDumpInfo dumpInfo
protected String currentNamespace
Constructor Detail |
---|
public WiktionaryPageParser()
Method Detail |
---|
public void onParserStart(IDumpInfo dumpInfo)
IWiktionaryPageParser
onParserStart
in interface IWiktionaryPageParser
public void onSiteInfoComplete(IDumpInfo dumpInfo)
IWiktionaryPageParser
onSiteInfoComplete
in interface IWiktionaryPageParser
public void onParserEnd(IDumpInfo dumpInfo)
IWiktionaryPageParser
IWiktionaryPageParser.onClose(IDumpInfo)
hotspot.
onParserEnd
in interface IWiktionaryPageParser
public void onClose(IDumpInfo dumpInfo)
IWiktionaryPageParser
IWiktionaryPageParser.onParserEnd(IDumpInfo)
calls have been handled.
onClose
in interface IWiktionaryPageParser
public void onPageStart()
IWiktionaryPageParser
onPageStart
in interface IWiktionaryPageParser
public void onPageEnd()
IWiktionaryPageParser
onPageEnd
in interface IWiktionaryPageParser
protected abstract PageType createPage()
public void setPageId(long pageId)
IWiktionaryPageParser
setPageId
in interface IWiktionaryPageParser
public void setTitle(String title, String namespace)
IWiktionaryPageParser
setTitle
in interface IWiktionaryPageParser
public void setAuthor(String author)
IWiktionaryPageParser
setAuthor
in interface IWiktionaryPageParser
public void setRevision(long revisionId)
IWiktionaryPageParser
setRevision
in interface IWiktionaryPageParser
public void setTimestamp(Date timestamp)
IWiktionaryPageParser
setTimestamp
in interface IWiktionaryPageParser
public abstract void setText(String text)
IWiktionaryPageParser
setText
in interface IWiktionaryPageParser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |