TextParser Library | ComponentOne
C1.TextParser Namespace / TemplateBasedExtractor Class
Members



In This Topic
    TemplateBasedExtractor Class
    In This Topic
    Extractor that allows to parse custom user data structure formats. The format of the data structures is formally declared using the xml notation.
    Syntax
    'Declaration
     
    
    <#Yir()>
    Public Class TemplateBasedExtractor 
       Implements IExtractor 
    'Usage
     
    
    Dim instance As TemplateBasedExtractor
    [#Yir()]
    public class TemplateBasedExtractor : IExtractor  
    [#Yir()]
    public ref class TemplateBasedExtractor : public IExtractor  
    Inheritance Hierarchy

    System.Object
       C1.TextParser.TemplateBasedExtractor

    See Also