Uses of Interface
net.nutch.parse.Parser

Packages that use Parser
net.nutch.parse   
net.nutch.parse.html An HTML document parsing plugin. 
net.nutch.parse.msword A Word document parsing plugin. 
net.nutch.parse.pdf A pdf parsing plugin. 
net.nutch.parse.text A plain text parsing plugin. 
 

Uses of Parser in net.nutch.parse
 

Methods in net.nutch.parse that return Parser
static Parser ParserFactory.getParser(String contentType, String url)
          Returns the appropriate Parser implementation given a content type and url.
 

Uses of Parser in net.nutch.parse.html
 

Classes in net.nutch.parse.html that implement Parser
 class HtmlParser
           
 

Uses of Parser in net.nutch.parse.msword
 

Classes in net.nutch.parse.msword that implement Parser
 class MSWordParser
          parser for mime type application/msword.
 

Uses of Parser in net.nutch.parse.pdf
 

Classes in net.nutch.parse.pdf that implement Parser
 class PdfParser
          parser for mime type application/pdf.
 

Uses of Parser in net.nutch.parse.text
 

Classes in net.nutch.parse.text that implement Parser
 class TextParser
           
 



Copyright © 2004 The Nutch Organization.