Interface IBilingualContentProcessor
Chainable content handler for streaming the processing of bilingual content. Input is received on the IBilingualContentHandler implementation and the corresponding output is generated by calls on the Output.
Inherited Members
Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface IBilingualContentProcessor : IBilingualContentHandler
Remarks
Similar to a native content processor, i.e. the component may buffer content and 'decides' what to output when.
This allows inserting of new paragraph units into the content stream, as well as removal or re-ordering of existing paragraph units.
Properties
Output
The interface on which this processor generates output. Typically set by the framework during initialization.
Declaration
IBilingualContentHandler Output { get; set; }
Property Value
Type | Description |
---|---|
IBilingualContentHandler |