[]
        
(Showing Draft Content)

C1.TextParser.HtmlExtractor

HtmlExtractor Class

Extractor that allows to retrieve specific text content from an html source

Inheritance
HtmlExtractor
Implements
Namespace: C1.TextParser
Assembly: C1.TextParser.dll
Syntax
public class HtmlExtractor : IExtractor

Constructors

Name Description
HtmlExtractor(Stream)

Construct a new HtmlExtractor instance

Methods

Name Description
AddPlaceHolder(string, string)

Add a new fixed place holder to the template specification used by this HtmlExtractor.

AddPlaceHolder(string, string, int, int)

Add a new fixed place holder to the template specification used by this HtmlExtractor.

AddPlaceHolder(string, string, string)

Add a new repeated place holder to the template specification used by this HtmlExtractor/>.

AddPlaceHolder(string, string, string, int, int)

Add a new repeated place holder to the template specification used by this HtmlExtractor.

AddPlaceHolder(string, string, string, string)

Add a new repeated place holder to the template specification used by this HtmlExtractor.

AddPlaceHolder(string, string, string, string, int, int)

Add a new repeated place holder to the template specification used by this HtmlExtractor.

Export(Stream)

Serialize this HtmlExtractor to a Stream. The serialization is expressed in xml and contains all the specification about the template used by this html extractor.

Extract(Stream, Encoding)

Execute the process of extracting from the input text stream

Load(Stream)

Construct a new HtmlExtractor instance and generate all the template specification to be used by the returned extractor acording to xmlTemplate