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
    Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class DemoHTMLParser : object, 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<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<DateTime> date
    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)