TextParser Library | ComponentOne
C1.TextParser Namespace / HtmlExtractor Class / HtmlExtractor Constructor
The stream representing an html content to be used as template. All the the place holders to be declared are declared relatively to this html content



In This Topic
    HtmlExtractor Constructor
    In This Topic
    Construct a new HtmlExtractor instance
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal originalHtmlContent As Stream _
    )
    'Usage
     
    
    Dim originalHtmlContent As Stream
     
    Dim instance As New HtmlExtractor(originalHtmlContent)
    public HtmlExtractor( 
       Stream originalHtmlContent
    )
    public:
    HtmlExtractor( 
       Stream^ originalHtmlContent
    )

    Parameters

    originalHtmlContent
    The stream representing an html content to be used as template. All the the place holders to be declared are declared relatively to this html content
    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