C# Class Spring.Objects.Factory.Xml.NamespaceParserRegistry.XmlResourceUrlResolver

Resolves xml entities by using the IResourceLoader infrastructure.
Inheritance: System.Xml.XmlUrlResolver
Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Méthode Description
GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object
ResolveUri ( Uri baseUri, string relativeUri ) : Uri

Method Details

GetEntity() public méthode

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

ResolveUri() public méthode

public ResolveUri ( Uri baseUri, string relativeUri ) : Uri
baseUri System.Uri
relativeUri string
Résultat System.Uri