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 INative
Inherited Members
Namespace: Sdl.FileTypeSupport.Framework.NativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface INativeExtractionContentProcessor : INativeExtractionContentHandler, IAbstractNativeContentHandler
Remarks
During native file generation (writing) the INative
Properties
Output
The interface on which this processor generates the output
Declaration
INativeExtractionContentHandler Output { get; set; }
Property Value
Type | Description |
---|---|
INative |
Remarks
During native file generation (writing) the INative