Uses of Class
edu.jhu.nlp.wikipedia.WikiPage

Packages that use WikiPage
<Unnamed>   
edu.jhu.nlp.wikipedia   
 

Uses of WikiPage in <Unnamed>
 

Methods in <Unnamed> with parameters of type WikiPage
 void DemoSAXHandler.process(WikiPage page)
           
 void DemoHandler.process(WikiPage page)
           
 

Uses of WikiPage in edu.jhu.nlp.wikipedia
 

Methods in edu.jhu.nlp.wikipedia that return WikiPage
 WikiPage WikiPageIterator.nextPage()
          Advances the iterator by one position.
 

Methods in edu.jhu.nlp.wikipedia with parameters of type WikiPage
 void PageCallbackHandler.process(WikiPage page)
          This is the callback method that should be implemented before registering with WikiXMLDOMParser
 void IteratorHandler.process(WikiPage page)
           
 

Constructor parameters in edu.jhu.nlp.wikipedia with type arguments of type WikiPage
WikiPageIterator(java.util.Vector<WikiPage> list)