[]
Extractor that allows to parse custom user data structure formats. The format of the data structures is formally declared using the xml notation.
public class TemplateBasedExtractor : IExtractor
| Name | Description |
|---|---|
| TemplateBasedExtractor(Stream) | Create a new instance of TemplateBasedExtractor acording to a template specified in xml. |
| Name | Description |
|---|---|
| Extract(Stream, Encoding) | Execute the process of extracting from the input text stream |