TextParser Library | ComponentOne
C1.TextParser Namespace / TemplateBasedExtractor Class / TemplateBasedExtractor Constructor
The template expressed in xml to be used by this TemplateBasedExtractor.



In This Topic
    TemplateBasedExtractor Constructor
    In This Topic
    Create a new instance of TemplateBasedExtractor acording to a template specified in xml.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal xmlTemplate As Stream _
    )
    'Usage
     
    
    Dim xmlTemplate As Stream
     
    Dim instance As New TemplateBasedExtractor(xmlTemplate)
    public TemplateBasedExtractor( 
       Stream xmlTemplate
    )
    public:
    TemplateBasedExtractor( 
       Stream^ xmlTemplate
    )

    Parameters

    xmlTemplate
    The template expressed in xml to be used by this TemplateBasedExtractor.
    Exceptions
    ExceptionDescription
    The exception that is thrown when one of the arguments provided to a method is not valid.
    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