C# Class System.Xml.Tests.TC_SchemaSet_ProhibitDTD

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
bErrorCallback bool
bWarningCallback bool
errorCount int
warningCount int

Méthodes publiques

Méthode Description
Initialize ( ) : void
TC_SchemaSet_ProhibitDTD ( ITestOutputHelper output ) : Xunit
ValidationCallback ( object sender, ValidationEventArgs args ) : void

Private Methods

Méthode Description
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

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

TC_SchemaSet_ProhibitDTD() public méthode

public TC_SchemaSet_ProhibitDTD ( ITestOutputHelper output ) : Xunit
output ITestOutputHelper
Résultat Xunit

ValidationCallback() public méthode

public ValidationCallback ( object sender, ValidationEventArgs args ) : void
sender object
args System.Xml.Schema.ValidationEventArgs
Résultat void

Property Details

bErrorCallback public_oe property

public bool bErrorCallback
Résultat bool

bWarningCallback public_oe property

public bool bWarningCallback
Résultat bool

errorCount public_oe property

public int errorCount
Résultat int

warningCount public_oe property

public int warningCount
Résultat int