CommonComparator getURIResolver Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Gets the URI resolver previously set on the pipeline.

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

public XmlResolver getURIResolver()

Return Value

Type: XmlResolver
The current resolver in use or null if one hasn't been set or if it was previously nulled.
See Also