de.aitools.ie.languagedetection.builder.wikipedia.parser
Class WikitextManager

java.lang.Object
  extended by de.aitools.ie.languagedetection.builder.wikipedia.parser.WikitextManager
Direct Known Subclasses:
WikitextFileSaver

public abstract class WikitextManager
extends java.lang.Object


Constructor Summary
WikitextManager()
           
 
Method Summary
abstract  boolean handleText(java.lang.String title, java.lang.String wikitext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikitextManager

public WikitextManager()
Method Detail

handleText

public abstract boolean handleText(java.lang.String title,
                                   java.lang.String wikitext)
Parameters:
title -
wikitext -
Returns:
false if the parser should stop parsing, true otherwise.