C# 클래스 System.Xml.Tests.TC_SchemaSet_ProhibitDTD

파일 보기 프로젝트 열기: dotnet/corefx

공개 프로퍼티들

프로퍼티 타입 설명
bErrorCallback bool
bWarningCallback bool
errorCount int
warningCount int

공개 메소드들

메소드 설명
Initialize ( ) : void
TC_SchemaSet_ProhibitDTD ( ITestOutputHelper output ) : Xunit
ValidationCallback ( object sender, ValidationEventArgs args ) : void

비공개 메소드들

메소드 설명
CreateReader ( XmlReader reader, XmlSchemaSet ss, bool prohibitDTD ) : XmlReader
CreateReader ( XmlReader reader, bool prohibitDtd ) : XmlReader
CreateReader ( string xmlFile ) : XmlReader
CreateReader ( string xmlFile, XmlSchemaSet ss, bool prohibitDTD ) : XmlReader
CreateReader ( string xmlFile, bool prohibitDtd ) : XmlReader
GetSettings ( bool prohibitDtd ) : XmlReaderSettings
v1 ( ) : void
v10 ( object param0 ) : void
v11 ( object param0 ) : void
v12 ( object param0 ) : void
v13 ( object param0 ) : void
v14 ( ) : void
v15 ( ) : void
v2 ( ) : void
v20 ( object param0 ) : void
v21 ( ) : void
v22 ( object param0 ) : void
v23 ( ) : void
v3 ( ) : void
v4 ( ) : void
v5 ( object param0, object param1 ) : void
v6 ( object param0 ) : void
v7 ( object param0 ) : void
v8 ( object param0 ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

TC_SchemaSet_ProhibitDTD() 공개 메소드

public TC_SchemaSet_ProhibitDTD ( ITestOutputHelper output ) : Xunit
output ITestOutputHelper
리턴 Xunit

ValidationCallback() 공개 메소드

public ValidationCallback ( object sender, ValidationEventArgs args ) : void
sender object
args System.Xml.Schema.ValidationEventArgs
리턴 void

프로퍼티 상세

bErrorCallback 공개적으로 프로퍼티

public bool bErrorCallback
리턴 bool

bWarningCallback 공개적으로 프로퍼티

public bool bWarningCallback
리턴 bool

errorCount 공개적으로 프로퍼티

public int errorCount
리턴 int

warningCount 공개적으로 프로퍼티

public int warningCount
리턴 int