edu.jhu.nlp.wikipedia
Class IteratorHandler

java.lang.Object
  extended by edu.jhu.nlp.wikipedia.IteratorHandler
All Implemented Interfaces:
PageCallbackHandler

public class IteratorHandler
extends java.lang.Object
implements PageCallbackHandler


Constructor Summary
IteratorHandler(WikiXMLParser myParser)
           
 
Method Summary
 void process(WikiPage page)
          This is the callback method that should be implemented before registering with WikiXMLDOMParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorHandler

public IteratorHandler(WikiXMLParser myParser)
Method Detail

process

public void process(WikiPage page)
Description copied from interface: PageCallbackHandler
This is the callback method that should be implemented before registering with WikiXMLDOMParser

Specified by:
process in interface PageCallbackHandler
Parameters:
page - a wikipedia page object
See Also:
WikiPage