'Declaration
Public Shared Function Load( _ ByVal xmlTemplate As Stream _ ) As HtmlExtractor
'Usage
Dim xmlTemplate As Stream Dim value As HtmlExtractor value = HtmlExtractor.Load(xmlTemplate)
public static HtmlExtractor Load( Stream xmlTemplate )
public: static HtmlExtractor^ Load( Stream^ xmlTemplate )
Parameters
- 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.
Return Value
The generated HtmlExtractor instance.