Class DemoHTMLParser.Parser
The actual parser to read HTML documents.
Inherited Members
Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
Assembly: Lucene.Net.Benchmark.dll
Syntax
public sealed class DemoHTMLParser.Parser
Constructors
Parser(InputSource)
The actual parser to read HTML documents.
Declaration
public Parser(InputSource source)
Parameters
Type | Name | Description |
---|---|---|
InputSource | source |
Parser(TextReader)
The actual parser to read HTML documents.
Declaration
public Parser(TextReader reader)
Parameters
Type | Name | Description |
---|---|---|
TextReader | reader |
Properties
Body
The actual parser to read HTML documents.
Declaration
public string Body { get; }
Property Value
Type | Description |
---|---|
string |
MetaTags
The actual parser to read HTML documents.
Declaration
public IDictionary<string, string> MetaTags { get; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Title
The actual parser to read HTML documents.
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
string |