Class DemoHTMLParser
Simple HTML Parser extracting title, meta tags, and body text
that is based on NekoHTML.
Inheritance
System.Object
DemoHTMLParser
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class DemoHTMLParser : object, IHTMLParser
Methods
|
Improve this Doc
View Source
Parse(DocData, String, Nullable<DateTime>, InputSource, TrecContentSource)
Declaration
public virtual DocData Parse(DocData docData, string name, DateTime? date, InputSource source, TrecContentSource trecSrc)
Parameters
Returns
|
Improve this Doc
View Source
Parse(DocData, String, Nullable<DateTime>, TextReader, TrecContentSource)
Declaration
public virtual DocData Parse(DocData docData, string name, DateTime? date, TextReader reader, TrecContentSource trecSrc)
Parameters
Type |
Name |
Description |
DocData |
docData |
|
System.String |
name |
|
System.Nullable<DateTime> |
date |
|
TextReader |
reader |
|
TrecContentSource |
trecSrc |
|
Returns
Implements