C# Класс XMLViewsTests.TestXmlViewsUtils

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetRootNode ( XmlDocument doc, string name ) : XmlNode
NodesMatch ( XmlNode node1, XmlNode node2 ) : bool

Return true if the two nodes match. Corresponding children shoudl match, and corresponding attributes (though not necessarily in the same order). The nodes are expected to be actually XmlElements

Приватные методы

Метод Описание
AlphaCompNumberString ( ) : void
CopyWithParamDefaults ( ) : void
FindDefaults ( ) : void
StringsFor ( ) : void
TrivialCopyWithParamDefaults ( ) : void

Описание методов

GetRootNode() публичный статический Метод

public static GetRootNode ( XmlDocument doc, string name ) : XmlNode
doc System.Xml.XmlDocument
name string
Результат System.Xml.XmlNode

NodesMatch() статический публичный Метод

Return true if the two nodes match. Corresponding children shoudl match, and corresponding attributes (though not necessarily in the same order). The nodes are expected to be actually XmlElements
static public NodesMatch ( XmlNode node1, XmlNode node2 ) : bool
node1 System.Xml.XmlNode
node2 System.Xml.XmlNode
Результат bool