C# Class System.Xml.Tests.TC_SchemaSet_Reprocess

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
bErrorCallback bool
bWarningCallback bool

Méthodes publiques

Méthode Description
LoadSchema ( string path, string baseuri ) : XmlSchema
TC_SchemaSet_Reprocess ( ITestOutputHelper output ) : Xunit
ValidateSchemaSet ( XmlSchemaSet ss, int schCount, bool isCompiled, int countGT, int countGE, int countGA, string str ) : void
ValidationCallback ( object sender, ValidationEventArgs args ) : void

Private Methods

Méthode Description
v1 ( ) : void
v10 ( ) : void
v11 ( ) : void
v12 ( ) : void
v2 ( ) : void
v3 ( ) : void
v4 ( ) : void
v5 ( ) : void
v50 ( ) : void
v51 ( object param0, object param1, object param2, object param3 ) : void
v6 ( ) : void
v7 ( ) : void
v8 ( ) : void
v9 ( ) : void

Method Details

LoadSchema() public méthode

public LoadSchema ( string path, string baseuri ) : XmlSchema
path string
baseuri string
Résultat System.Xml.Schema.XmlSchema

TC_SchemaSet_Reprocess() public méthode

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

ValidateSchemaSet() public méthode

public ValidateSchemaSet ( XmlSchemaSet ss, int schCount, bool isCompiled, int countGT, int countGE, int countGA, string str ) : void
ss System.Xml.Schema.XmlSchemaSet
schCount int
isCompiled bool
countGT int
countGE int
countGA int
str string
Résultat void

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