C# Class Fawn.xHandle

Afficher le fichier Open project: ambasta/doe Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

getCount() public méthode

public getCount ( string s ) : int
s string
Résultat int

getNodes() public méthode

public getNodes ( string s ) : XmlNodeList
s string
Résultat System.Xml.XmlNodeList

verify() public méthode

public verify ( ) : bool
Résultat bool

xHandle() public méthode

public xHandle ( string docPath, string scPath ) : System.IO
docPath string
scPath string
Résultat System.IO