Show / Hide Table of Contents

    Class DemoHTMLParser.Parser

    The actual parser to read HTML documents.

    Inheritance
    System.Object
    DemoHTMLParser.Parser
    Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public sealed class Parser : object

    Constructors

    | Improve this Doc View Source

    Parser(InputSource)

    Declaration
    public Parser(InputSource source)
    Parameters
    Type Name Description
    InputSource source
    | 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

    MetaTags

    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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)