C# 클래스 NetIde.Xml.XmlValidation

파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
Validate ( Stream file, Stream schema, string targetNamespace ) : void
Validate ( string fileName, Stream schema, string targetNamespace ) : void
Validate ( string fileName, string schemaFileName, string targetNamespace ) : void

비공개 메소드들

메소드 설명
CreateSettings ( Stream schema, string targetNamespace ) : XmlReaderSettings

메소드 상세

Validate() 공개 정적인 메소드

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

Validate() 공개 정적인 메소드

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

Validate() 공개 정적인 메소드

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