[]
Extractor that allows to retrieve specific text content from an html source
public class HtmlExtractor : IExtractor
Name | Description |
---|---|
HtmlExtractor(Stream) | Construct a new HtmlExtractor instance |
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 |