C# Class SIL.FieldWorks.IText.InterlinearExporterForElan

This handles exporting interlinear data into an xml format that is friendly to ELAN's overlapping time sequences. (LT-9904)
Inheritance: InterlinearExporter
Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method Description
WriteBeginDocument ( ) : void

Protected Methods

Method Description
InterlinearExporterForElan ( SIL.FieldWorks.FDO.FdoCache cache, XmlWriter writer, ICmObject objRoot, SIL.FieldWorks.IText.InterlinLineChoices lineChoices, InterlinVc vc ) : System
WriteStartParagraph ( int hvo ) : void
WriteStartPhrase ( int hvo ) : void
WriteStartWord ( int hvo ) : void

Method Details

InterlinearExporterForElan() protected method

protected InterlinearExporterForElan ( SIL.FieldWorks.FDO.FdoCache cache, XmlWriter writer, ICmObject objRoot, SIL.FieldWorks.IText.InterlinLineChoices lineChoices, InterlinVc vc ) : System
cache SIL.FieldWorks.FDO.FdoCache
writer System.Xml.XmlWriter
objRoot ICmObject
lineChoices SIL.FieldWorks.IText.InterlinLineChoices
vc InterlinVc
return System

WriteBeginDocument() public method

public WriteBeginDocument ( ) : void
return void

WriteStartParagraph() protected method

protected WriteStartParagraph ( int hvo ) : void
hvo int
return void

WriteStartPhrase() protected method

protected WriteStartPhrase ( int hvo ) : void
hvo int
return void

WriteStartWord() protected method

protected WriteStartWord ( int hvo ) : void
hvo int
return void