C# Class SIL.FieldWorks.FDO.FDOTests.InterlinearTestBase

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes protégées

Méthode Description
ConfigurationFilePath ( string fileRelativePath ) : string

LoadTestText ( string textsDefinitionRelativePath, int index, XmlDocument textsDefn ) : FDO.IText

LoadTestText ( string textsDefinitionRelativePath, int index, XmlDocument textsDefn, TextBuilder &tb ) : FDO.IText

Private Methods

Méthode Description
MoveSiblingNodes ( XmlNode srcStartNode, XmlNode targetParentNode, XmlNode limChildNode ) : void
NodeListToNodes ( XmlNodeList nl ) : List

Given the internal kind of node list that XmlDocuments use, convert it to a regular list of XmlNodes.

Method Details

ConfigurationFilePath() protected méthode

protected ConfigurationFilePath ( string fileRelativePath ) : string
fileRelativePath string
Résultat string

LoadTestText() protected méthode

protected LoadTestText ( string textsDefinitionRelativePath, int index, XmlDocument textsDefn ) : FDO.IText
textsDefinitionRelativePath string
index int
textsDefn System.Xml.XmlDocument
Résultat FDO.IText

LoadTestText() protected méthode

protected LoadTestText ( string textsDefinitionRelativePath, int index, XmlDocument textsDefn, TextBuilder &tb ) : FDO.IText
textsDefinitionRelativePath string
index int
textsDefn System.Xml.XmlDocument
tb TextBuilder
Résultat FDO.IText