Interface INativeExtractionContentProcessor
Interface that is implemented by a component that processes native content during extraction (parsing) of native files. The input is received in the form of calls to the INativeExtractionContentHandler interface and the implementation outputs processed information through calls to another instance of the same interface type.
Inherited Members
Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface INativeExtractionContentProcessor : INativeExtractionContentHandler, IAbstractNativeContentHandler
Remarks
During native file generation (writing) the INativeGenerationContentProcessor fills the corresponding function.
Properties
Output
The interface on which this processor generates the output
Declaration
INativeExtractionContentHandler Output { get; set; }
Property Value
Type | Description |
---|---|
INativeExtractionContentHandler |