Search Results for

    Show / Hide Table of Contents

    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
    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 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
    In this article
    • Properties
      • Output
    Back to top Generated by DocFX