[]
        
(Showing Draft Content)

C1.TextParser.HtmlExtractor.Export

Export Method

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.

Declaration
public void Export(Stream exportStream)
Parameters
Type Name Description
Stream exportStream

The stream to where the xml specification is written.

Exceptions
Type Condition
ArgumentException
ArgumentNullException