C# Class System.Xml.Tests.TC_SchemaSet_Reprocess

显示文件 Open project: dotnet/corefx

Public Properties

Property Type Description
bErrorCallback bool
bWarningCallback bool

Public Methods

Method 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

Method 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 method

public LoadSchema ( string path, string baseuri ) : XmlSchema
path string
baseuri string
return System.Xml.Schema.XmlSchema

TC_SchemaSet_Reprocess() public method

public TC_SchemaSet_Reprocess ( ITestOutputHelper output ) : Xunit
output ITestOutputHelper
return Xunit

ValidateSchemaSet() public method

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
return void

ValidationCallback() public method

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

Property Details

bErrorCallback public_oe property

public bool bErrorCallback
return bool

bWarningCallback public_oe property

public bool bWarningCallback
return bool