Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class DemoHTMLParser.Parser

    The actual parser to read HTML documents.

    Inheritance
    object
    DemoHTMLParser.Parser
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.