[]
Construct a new HtmlExtractor instance and generate all the template specification
to be used by the returned extractor acording to xmlTemplate
public static HtmlExtractor Load(Stream xmlTemplate)
| Type | Name | Description |
|---|---|---|
| Stream | xmlTemplate | A stream containing the template specification expressed in xml to be used by the returned extractor. It contains the specification about all the placeholders regarding to the original html content also specified in the xml. |
| Type | Description |
|---|---|
| HtmlExtractor | The generated HtmlExtractor instance. |
| Type | Condition |
|---|---|
| ArgumentException | |
| ArgumentNullException |