Search Results for

    Show / Hide Table of Contents

    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
    IBilingualContentHandler.Initialize(IDocumentProperties)
    IBilingualContentHandler.Complete()
    IBilingualContentHandler.SetFileProperties(IFileProperties)
    IBilingualContentHandler.FileComplete()
    IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit)
    Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
    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
    In this article
    • Properties
      • Output
    Back to top Generated by DocFX