• API

    Show / Hide Table of Contents

    Class DemoHTMLParser

    Simple HTML Parser extracting title, meta tags, and body text that is based on NekoHTML.

    Inheritance
    System.Object
    DemoHTMLParser
    Implements
    IHTMLParser
    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 class DemoHTMLParser : IHTMLParser

    Methods

    | Improve this Doc View Source

    Parse(DocData, String, Nullable<DateTime>, InputSource, TrecContentSource)

    Declaration
    public virtual DocData Parse(DocData docData, string name, DateTime? date, InputSource source, TrecContentSource trecSrc)
    Parameters
    Type Name Description
    DocData docData
    System.String name
    System.Nullable<System.DateTime> date
    InputSource source
    TrecContentSource trecSrc
    Returns
    Type Description
    DocData
    | Improve this Doc View Source

    Parse(DocData, String, Nullable<DateTime>, TextReader, TrecContentSource)

    Declaration
    public virtual DocData Parse(DocData docData, string name, DateTime? date, TextReader reader, TrecContentSource trecSrc)
    Parameters
    Type Name Description
    DocData docData
    System.String name
    System.Nullable<System.DateTime> date
    System.IO.TextReader reader
    TrecContentSource trecSrc
    Returns
    Type Description
    DocData

    Implements

    IHTMLParser
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)