CommonComparator compare Method (TextReader, Uri, TextReader, Uri, TextWriter)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Compares XML by reading from TextReaders with the result to a TextWriter

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

public void compare(
	TextReader a,
	Uri systemIdA,
	TextReader b,
	Uri systemIdB,
	TextWriter result
)

Parameters

a
Type: System.IO TextReader
The reader for the first input
systemIdA
Type: System Uri
A systemId used to locate relative references in input a and for error reporting
b
Type: System.IO TextReader
The reader for the second input
systemIdB
Type: System Uri
A systemId used to locate relative references in input b and for error reporting
result
Type: System.IO TextWriter
A writer where the pipeline result will be written
Exceptions

See Also