AbstractBilingualContentHandler Class |
Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
The AbstractBilingualContentHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbstractBilingualContentHandler |
Default constructor
|
Name | Description | |
---|---|---|
![]() | ItemFactory |
Default implementation of the ItemFactory property
(Inherited from AbstractBilingualFileTypeComponent.) |
![]() | MessageReporter |
Accessor for the message reporter
(Inherited from AbstractBilingualFileTypeComponent.) |
![]() | PropertiesFactory |
Convenience accessor to the properties factory used by the
item factory.
(Inherited from AbstractBilingualFileTypeComponent.) |
Name | Description | |
---|---|---|
![]() | Complete |
Default implementation, does not perform any task.
|
![]() | Equals | (Inherited from Object.) |
![]() | FileComplete |
Default implementation, does not perform any task.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize |
Default implementation, does not perform any task.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ProcessParagraphUnit |
Default implementation, does not perform any task.
|
![]() | ReportMessage(Object, String, ErrorLevel, String, String) |
Calls the corresponding method on the message reporter (if set).
(Inherited from AbstractBilingualFileTypeComponent.) |
![]() | ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) |
Calls the corresponding method on the message reporter (if set).
(Inherited from AbstractBilingualFileTypeComponent.) |
![]() | ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) |
Calls the corresponding method on the message reporter (if set).
(Inherited from AbstractBilingualFileTypeComponent.) |
![]() | ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) |
Calls the corresponding method on the message reporter (if set).
(Inherited from AbstractBilingualFileTypeComponent.) |
![]() | SetFileProperties |
Default implementation, does not perform any task.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Derives from AbstractBilingualFileTypeComponent to provide easy access to the message reporter and factory.
Implementations are not required to derive from this class. It is designed as a convenient default implementation to be used when appropriate.