C# 클래스 SenseNet.ContentRepository.Storage.XmlValidator

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
LoadFromManifestResource ( Assembly resourceOwner, string manifestResourceName ) : XmlValidator
LoadSchema ( Stream stream ) : void
LoadSchema ( string schemaXml ) : void
Validate ( IXPathNavigable xml ) : bool
Validate ( string xml ) : bool
XmlValidator ( ) : System

비공개 메소드들

메소드 설명
ClearErrors ( ) : void
ValidationCallback ( object sender, ValidationEventArgs e ) : void

메소드 상세

LoadFromManifestResource() 공개 정적인 메소드

public static LoadFromManifestResource ( Assembly resourceOwner, string manifestResourceName ) : XmlValidator
resourceOwner System.Reflection.Assembly
manifestResourceName string
리턴 XmlValidator

LoadSchema() 공개 메소드

public LoadSchema ( Stream stream ) : void
stream Stream
리턴 void

LoadSchema() 공개 메소드

public LoadSchema ( string schemaXml ) : void
schemaXml string
리턴 void

Validate() 공개 메소드

public Validate ( IXPathNavigable xml ) : bool
xml IXPathNavigable
리턴 bool

Validate() 공개 메소드

public Validate ( string xml ) : bool
xml string
리턴 bool

XmlValidator() 공개 메소드

public XmlValidator ( ) : System
리턴 System