TemplateBasedExtractor Constructor
In This Topic
Create a new instance of TemplateBasedExtractor acording to a template specified in xml.
Syntax
Parameters
- xmlTemplate
- The template expressed in xml to be used by this TemplateBasedExtractor.
Exceptions
Exception | Description |
System.ArgumentException | The exception that is thrown when one of the arguments provided to a method is not valid. |
System.ArgumentNullException | The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument. |
See Also