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

显示文件 Open project: sillsdev/FieldWorks

Protected Methods

Method 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

Method 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 method

protected ConfigurationFilePath ( string fileRelativePath ) : string
fileRelativePath string
return string

LoadTestText() protected method

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

LoadTestText() protected method

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