C# Class NetIde.Xml.XmlValidation

Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
Validate ( Stream file, Stream schema, string targetNamespace ) : void
Validate ( string fileName, Stream schema, string targetNamespace ) : void
Validate ( string fileName, string schemaFileName, string targetNamespace ) : void

Private Methods

Méthode Description
CreateSettings ( Stream schema, string targetNamespace ) : XmlReaderSettings

Method Details

Validate() public static méthode

public static Validate ( Stream file, Stream schema, string targetNamespace ) : void
file Stream
schema Stream
targetNamespace string
Résultat void

Validate() public static méthode

public static Validate ( string fileName, Stream schema, string targetNamespace ) : void
fileName string
schema Stream
targetNamespace string
Résultat void

Validate() public static méthode

public static Validate ( string fileName, string schemaFileName, string targetNamespace ) : void
fileName string
schemaFileName string
targetNamespace string
Résultat void