Search Results for

    Show / Hide Table of Contents

    Interface INativeGenerationContentProcessor

    Implemented by native content processors used during generation (i.e. writing) of native files.

    Inherited Members
    INativeGenerationContentHandler.ParagraphUnitStart(IParagraphUnitProperties)
    INativeGenerationContentHandler.ParagraphUnitEnd()
    INativeGenerationContentHandler.SegmentStart(ISegmentPairProperties)
    INativeGenerationContentHandler.SegmentEnd()
    IAbstractNativeContentHandler.StructureTag(IStructureTagProperties)
    IAbstractNativeContentHandler.InlineStartTag(IStartTagProperties)
    IAbstractNativeContentHandler.InlineEndTag(IEndTagProperties)
    IAbstractNativeContentHandler.InlinePlaceholderTag(IPlaceholderTagProperties)
    IAbstractNativeContentHandler.Text(ITextProperties)
    IAbstractNativeContentHandler.ChangeContext(IContextProperties)
    IAbstractNativeContentHandler.CustomInfo(ICustomInfoProperties)
    IAbstractNativeContentHandler.LocationMark(LocationMarkerId)
    IAbstractNativeContentHandler.LockedContentStart(ILockedContentProperties)
    IAbstractNativeContentHandler.LockedContentEnd()
    IAbstractNativeContentHandler.RevisionStart(IRevisionProperties)
    IAbstractNativeContentHandler.RevisionEnd()
    IAbstractNativeContentHandler.CommentStart(ICommentProperties)
    IAbstractNativeContentHandler.CommentEnd()
    IAbstractNativeContentHandler.ParagraphComments(ICommentProperties)
    Namespace: Sdl.FileTypeSupport.Framework.NativeApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface INativeGenerationContentProcessor : INativeGenerationContentHandler, IAbstractNativeContentHandler
    Remarks

    During native file extraction (parsing) the INativeExtractionContentProcessor fulfills the corresponding function.

    Properties

    Output

    The interface on which the output is generated by this processor

    Declaration
    INativeGenerationContentHandler Output { get; set; }
    Property Value
    Type Description
    INativeGenerationContentHandler
    In this article
    • Properties
      • Output
    Back to top Generated by DocFX