Class DemoHTMLParser.Parser
The actual parser to read HTML documents.
Inheritance
System.Object
DemoHTMLParser.Parser
Assembly: Lucene.Net.Benchmark.dll
Syntax
public sealed class Parser : object
Constructors
|
Improve this Doc
View Source
Declaration
public Parser(InputSource source)
Parameters
|
Improve this Doc
View Source
Parser(TextReader)
Declaration
public Parser(TextReader reader)
Parameters
Type |
Name |
Description |
TextReader |
reader |
|
Properties
|
Improve this Doc
View Source
Body
Declaration
public string Body { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public IDictionary<string, string> MetaTags { get; }
Property Value
Type |
Description |
IDictionary<System.String, System.String> |
|
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; }
Property Value
Type |
Description |
System.String |
|