Class DemoHTMLParser.Parser
- java.lang.Object
 - 
- org.apache.lucene.benchmark.byTask.feeds.DemoHTMLParser.Parser
 
 
- 
- Enclosing class:
 - DemoHTMLParser
 
public static final class DemoHTMLParser.Parser extends Object
The actual parser to read HTML documents 
- 
- 
Constructor Summary
Constructors Constructor Description Parser(Reader reader)Parser(InputSource source) 
 - 
 
- 
- 
Field Detail
- 
metaTags
public final Properties metaTags
 
- 
title
public final String title
 
- 
body
public final String body
 
 - 
 
- 
Constructor Detail
- 
Parser
public Parser(Reader reader) throws IOException, SAXException
- Throws:
 IOExceptionSAXException
 
- 
Parser
public Parser(InputSource source) throws IOException, SAXException
- Throws:
 IOExceptionSAXException
 
 - 
 
 -