C# 클래스 Fawn.xHandle

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

공개 메소드들

메소드 설명
customEHandle ( object sender, ValidationEventArgs args ) : void
getCount ( string s ) : int
getNodes ( string s ) : XmlNodeList
verify ( ) : bool
xHandle ( string docPath, string scPath ) : System.IO

메소드 상세

customEHandle() 공개 정적인 메소드

public static customEHandle ( object sender, ValidationEventArgs args ) : void
sender object
args System.Xml.Schema.ValidationEventArgs
리턴 void

getCount() 공개 메소드

public getCount ( string s ) : int
s string
리턴 int

getNodes() 공개 메소드

public getNodes ( string s ) : XmlNodeList
s string
리턴 System.Xml.XmlNodeList

verify() 공개 메소드

public verify ( ) : bool
리턴 bool

xHandle() 공개 메소드

public xHandle ( string docPath, string scPath ) : System.IO
docPath string
scPath string
리턴 System.IO