C# Class System.Xml.Tests.TC_SchemaSet_Add_Schema.XmlCachedSchemaSetResolver

Inheritance: System.Xml.XmlResolver
显示文件 Open project: dotnet/corefx

Public Methods

Method Description
Add ( Uri uri, XmlSchema schema ) : void
GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object

Method Details

Add() public method

public Add ( Uri uri, XmlSchema schema ) : void
uri System.Uri
schema System.Xml.Schema.XmlSchema
return void

GetEntity() public method

public GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object
absoluteUri System.Uri
role string
ofObjectToReturn System.Type
return object