C# Class Fawn.xHandle

Mostrar archivo Open project: ambasta/doe Class Usage Examples

Public Methods

Method Description
customEHandle ( object sender, ValidationEventArgs args ) : void
getCount ( string s ) : int
getNodes ( string s ) : XmlNodeList
verify ( ) : bool
xHandle ( string docPath, string scPath ) : System.IO

Method Details

customEHandle() public static method

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

getCount() public method

public getCount ( string s ) : int
s string
return int

getNodes() public method

public getNodes ( string s ) : XmlNodeList
s string
return System.Xml.XmlNodeList

verify() public method

public verify ( ) : bool
return bool

xHandle() public method

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