CommonComparator setURIResolver Method (XmlResolver)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Specifies a URI Resolver to the used in conjunction with the fallback resolver.

Namespace: DeltaXML.CoreS9Api.Internals
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax

public void setURIResolver(
	XmlResolver r
)

Parameters

r
Type: System.Xml XmlResolver
An implementation of the XmlResolver interface
Remarks

Sets a resolver for use by all XSLT based input and output filters in the pipeline. A URI Resolver used in this way is useful when resolving files referenced by <xsl:import>, <xsl:include> and document() constructs. This is method equivalent to calling setURIResolver(r, true).

See Also