Interface INativeFileParser
This interface is implemented by all native file parsers. The framework uses this interface to operate the parser.
Inherited Members
Namespace: Sdl.FileTypeSupport.Framework.NativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface INativeFileParser : INativeFileTypeComponent, IParser, IDisposable
Remarks
The parser must retrieve the name of the input file to be processed by
implementing the INative
Properties
Output
The framework sets this property before the first call
to Parse
The parser implementation should send the whole output to this object.
Declaration
INativeExtractionContentHandler Output { get; set; }
Property Value
Type | Description |
---|---|
INative |
Remarks
The parser must retrieve the name of the input file to be processed by
implementing the INative