• API

    Show / Hide Table of Contents

    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 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
    System.IO.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
    System.Collections.Generic.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)