|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDumpInfo
Data object for information on the IWiktionaryDumpParser
. This
dump parser creates and maintains an instance of this type to share
information on the dump file with all its registed
IWiktionaryPageParser
.
Method Summary | |
---|---|
File |
getDumpFile()
Returns the current Wiktionary XML dump file, which is being parsed. |
ILanguage |
getDumpLanguage()
Returns the language of the Wiktionary edition this dump file belongs to. |
Set<String> |
getNamespaces()
Returns a set containing all namespaces registered in the siteinfo header of the XML dump file. |
IWiktionaryDumpParser |
getParser()
Returns the Wiktionary dump parser instance that maintains this dump info object. |
int |
getProcessedPages()
Returns the number of pages in the dump file that have been processed. |
boolean |
hasNamespace(String namespace)
Returns true if the specified namespace has been
defined within the siteinfo header of the XML dump file. |
void |
reset()
Reset the dump information, such the number of processed pages. |
Method Detail |
---|
File getDumpFile()
ILanguage getDumpLanguage()
Set<String> getNamespaces()
boolean hasNamespace(String namespace)
true
if the specified namespace has been
defined within the siteinfo header of the XML dump file.
int getProcessedPages()
IWiktionaryDumpParser getParser()
void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |