CommonComparator setEntityResolver Method (EntityResolver)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Set the entity resolver to use.

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

public void setEntityResolver(
	EntityResolver r
)
Remarks

This is equivalent to calling setEntityResolver(resolver, true).
See Also