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

Inheritance: System.Xml.XmlResolver
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

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

Method Details

Add() public méthode

public Add ( Uri uri, XmlSchema schema ) : void
uri System.Uri
schema System.Xml.Schema.XmlSchema
Résultat void

GetEntity() public méthode

public GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object
absoluteUri System.Uri
role string
ofObjectToReturn System.Type
Résultat object