C# 클래스 XMLViewsTests.TestXmlViewsUtils

파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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