C# Class NetIde.Xml.XmlValidation

Mostrar archivo Open project: netide/netide

Public Methods

Method 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

Method Description
CreateSettings ( Stream schema, string targetNamespace ) : XmlReaderSettings

Method Details

Validate() public static method

public static Validate ( Stream file, Stream schema, string targetNamespace ) : void
file Stream
schema Stream
targetNamespace string
return void

Validate() public static method

public static Validate ( string fileName, Stream schema, string targetNamespace ) : void
fileName string
schema Stream
targetNamespace string
return void

Validate() public static method

public static Validate ( string fileName, string schemaFileName, string targetNamespace ) : void
fileName string
schemaFileName string
targetNamespace string
return void