DocumentComparator MembersXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED

The DocumentComparator type exposes the following members.
Constructors

  NameDescription
Public methodDocumentComparator
Creates a new DocumentComparator
Back to Top
Methods

  NameDescription
Public methodaddProgressListener
Associates a listener instance with a pipeline.
Public methodclearProgressListeners
Removes all progress listeners.
Public methodcompare(FileInfo, FileInfo, FileInfo)
Compares two File inputs to produce a File result.
(Inherited from CommonComparator.)
Public methodcompare(Uri, Uri, FileInfo)
Compares the XML obtained from Uris and writes the pipeline result to a File.
(Inherited from CommonComparator.)
Public methodcompare(Uri, Uri, Stream)
Compares the XML obtained from two Uris and writes the pipeline result to a Stream
(Inherited from CommonComparator.)
Public methodcompare(String, Uri, String, Uri)
Compares two XML strings and produces a string result.
(Inherited from CommonComparator.)
Public methodcompare(Stream, Uri, Stream, Uri, Stream)
Compares two XML Streams and provides the result in a Stream
(Inherited from CommonComparator.)
Public methodcompare(TextReader, Uri, TextReader, Uri, TextWriter)
Compares XML by reading from TextReaders with the result to a TextWriter
(Inherited from CommonComparator.)
Public methodcompare(String, Uri, String, Uri, StringBuilder)
Compares two XML strings and produces a string result.
(Inherited from CommonComparator.)
Public methodgetEntityResolver
Get the previously set entity resolver.
(Inherited from CommonComparator.)
Public methodgetOutputProperty
Reports the current value of an output or serializer property.
(Inherited from CommonComparator.)
Public methodgetParserFeature
Reports the current setting of a parser feature.
(Inherited from CommonComparator.)
Public methodgetParserProperty
Retrieves the current setting of a parser property.
(Inherited from CommonComparator.)
Public methodgetURIResolver
Gets the URI resolver previously set on the pipeline.
(Inherited from CommonComparator.)
Public methodnewFilterStepHelper
Create a new FilterStepHelper.
(Inherited from CommonComparator.)
Public methodremoveProgressListener
Removes a listener so that progress events are no longer reported
Public methodresetLexicalPreservationConfigToDefault
Resets the LexicalPreservationConfig setting back to the default mode.
Public methodsetEntityResolver(EntityResolver)
Set the entity resolver to use.
(Inherited from CommonComparator.)
Public methodsetEntityResolver(EntityResolver, Boolean)
Set the entity resolver to use, with fallback control.
(Inherited from CommonComparator.)
Public methodsetExtensionPoint
Public methodsetLicenseFile
Sets the license file for use with Flexera licensing.
(Inherited from CommonComparator.)
Public methodsetLicenseServer(String)
Sets a license server for use with concurrent licensing.
(Inherited from CommonComparator.)
Public methodsetLicenseServer(String, Int32)
Sets a license server and port for use with concurrent licensing.
(Inherited from CommonComparator.)
Public methodsetOutputProperty
Configures the output serializer for the pipeline.
(Inherited from CommonComparator.)
Public methodsetParserFeature
Sets a parser feature when loading inputs.
(Inherited from CommonComparator.)
Public methodsetParserProperty
Sets a parser property (used when loading inputs).
(Inherited from CommonComparator.)
Public methodsetURIResolver(XmlResolver)
Specifies a URI Resolver to the used in conjunction with the fallback resolver.
(Inherited from CommonComparator.)
Public methodsetURIResolver(XmlResolver, Boolean)
Specifies the URI Resolver to be used and whether a fallback is used.
(Inherited from CommonComparator.)
Back to Top
Properties

  NameDescription
Public propertyCalsTableConfiguration
The configuration options for table comparison as represented by the CalsTableConfiguration object.
Public propertyDebugFiles
Determines whether intermediate pipeline result files are generated.
(Inherited from CommonComparator.)
Public propertyDebugFilesPrefix
Provides a prefix for debug result file names.
(Inherited from CommonComparator.)
Public propertyDocumentComparatorIkvmJava
Get the underpinning IKVM translation of the Java object
Public propertyHtmlTableConfiguration
The configuration options for table comparison as represented by the HtmlTableConfiguration object.
Public propertyLexicalPreservationConfig
The LexicalPreservationConfig to use during comparison. Note that setting the config value to null disables the lexical preservation.
(Inherited from CommonComparator.)
Public propertyMathMLConfig
The configuration options for making a document result more readable as represented by a MathMLConfig object.
Public propertyNumberOfProgressStages
The total number of progress reporting stages.
(Inherited from CommonComparator.)
Public propertyOutputFormatConfiguration
The configuration options for the format of the result document as represented by the OutputFormatConfiguration object.
Public propertyRedistributionLicense
Sets a redistribution license for use with subsequent compare operations.
(Inherited from CommonComparator.)
Public propertyResultReadabilityOptions
The configuration options for making a document result more readable as represented by a ResultReadabilityOptions object.
Public propertyTableConfigurationObsolete.
The configuration options for table comparison as represented by the TableConfiguration object.
Back to Top
See Also