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

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

Public Methods

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

Method Details

GetEntity() public method

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

ResolveUri() public method

public ResolveUri ( Uri baseUri, string relativeUri ) : Uri
baseUri System.Uri
relativeUri string
return System.Uri