Class DemoHTMLParser.Parser
The actual parser to read HTML documents.
Inheritance
System.Object
DemoHTMLParser.Parser
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
Assembly: Lucene.Net.Benchmark.dll
Syntax
public sealed class Parser
Constructors
| Improve this Doc View SourceParser(InputSource)
Declaration
public Parser(InputSource source)
Parameters
Type | Name | Description |
---|---|---|
InputSource | source |
Parser(TextReader)
Declaration
public Parser(TextReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.IO.TextReader | reader |
Properties
| Improve this Doc View SourceBody
Declaration
public string Body { get; }
Property Value
Type | Description |
---|---|
System.String |
MetaTags
Declaration
public IDictionary<string, string> MetaTags { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.String> |
Title
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
System.String |