XML Compare .NET API Documentation - DEPRECATEDThe DocumentComparator type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | DocumentComparator |
Creates a new DocumentComparator
|
Methods
Name | Description | |
---|---|---|
![]() | addProgressListener |
Associates a listener instance with a pipeline.
|
![]() | clearProgressListeners |
Removes all progress listeners.
|
![]() | compare(FileInfo, FileInfo, FileInfo) |
Compares two File inputs to produce a File result.
(Inherited from CommonComparator.) |
![]() | compare(Uri, Uri, FileInfo) |
Compares the XML obtained from Uris and writes the pipeline result to a File.
(Inherited from CommonComparator.) |
![]() | compare(Uri, Uri, Stream) |
Compares the XML obtained from two Uris and writes the pipeline result to a Stream
(Inherited from CommonComparator.) |
![]() | compare(String, Uri, String, Uri) |
Compares two XML strings and produces a string result.
(Inherited from CommonComparator.) |
![]() | compare(Stream, Uri, Stream, Uri, Stream) |
Compares two XML Streams and provides the result in a Stream
(Inherited from CommonComparator.) |
![]() | compare(TextReader, Uri, TextReader, Uri, TextWriter) |
Compares XML by reading from TextReaders with the result to a TextWriter
(Inherited from CommonComparator.) |
![]() | compare(String, Uri, String, Uri, StringBuilder) |
Compares two XML strings and produces a string result.
(Inherited from CommonComparator.) |
![]() | getEntityResolver |
Get the previously set entity resolver.
(Inherited from CommonComparator.) |
![]() | getOutputProperty |
Reports the current value of an output or serializer property.
(Inherited from CommonComparator.) |
![]() | getParserFeature |
Reports the current setting of a parser feature.
(Inherited from CommonComparator.) |
![]() | getParserProperty |
Retrieves the current setting of a parser property.
(Inherited from CommonComparator.) |
![]() | getURIResolver |
Gets the URI resolver previously set on the pipeline.
(Inherited from CommonComparator.) |
![]() | newFilterStepHelper |
Create a new FilterStepHelper.
(Inherited from CommonComparator.) |
![]() | removeProgressListener |
Removes a listener so that progress events are no longer reported
|
![]() | resetLexicalPreservationConfigToDefault |
Resets the LexicalPreservationConfig setting back to the default mode.
|
![]() | setEntityResolver(EntityResolver) |
Set the entity resolver to use.
(Inherited from CommonComparator.) |
![]() | setEntityResolver(EntityResolver, Boolean) |
Set the entity resolver to use, with fallback control.
(Inherited from CommonComparator.) |
![]() | setExtensionPoint |
Sets the FilterChain to run at the specified DocumentComparator ExtensionPoint.
|
![]() | setLicenseFile |
Sets the license file for use with Flexera licensing.
(Inherited from CommonComparator.) |
![]() | setLicenseServer(String) |
Sets a license server for use with concurrent licensing.
(Inherited from CommonComparator.) |
![]() | setLicenseServer(String, Int32) |
Sets a license server and port for use with concurrent licensing.
(Inherited from CommonComparator.) |
![]() | setOutputProperty |
Configures the output serializer for the pipeline.
(Inherited from CommonComparator.) |
![]() | setParserFeature |
Sets a parser feature when loading inputs.
(Inherited from CommonComparator.) |
![]() | setParserProperty |
Sets a parser property (used when loading inputs).
(Inherited from CommonComparator.) |
![]() | setURIResolver(XmlResolver) |
Specifies a URI Resolver to the used in conjunction with the fallback resolver.
(Inherited from CommonComparator.) |
![]() | setURIResolver(XmlResolver, Boolean) |
Specifies the URI Resolver to be used and whether a fallback is used.
(Inherited from CommonComparator.) |
Properties
Name | Description | |
---|---|---|
![]() | CalsTableConfiguration |
The configuration options for table comparison as represented by the
CalsTableConfiguration object.
|
![]() | DebugFiles |
Determines whether intermediate pipeline result files are generated.
(Inherited from CommonComparator.) |
![]() | DebugFilesPrefix |
Provides a prefix for debug result file names.
(Inherited from CommonComparator.) |
![]() | DocumentComparatorIkvmJava |
Get the underpinning IKVM translation of the Java object
|
![]() | HtmlTableConfiguration |
The configuration options for table comparison as represented by the
HtmlTableConfiguration object.
|
![]() | LexicalPreservationConfig |
The LexicalPreservationConfig to use during comparison.
Note that setting the config value to null disables the lexical preservation.
(Inherited from CommonComparator.) |
![]() | MathMLConfig |
The configuration options for making a document result more readable as represented by a
MathMLConfig object.
|
![]() | NumberOfProgressStages |
The total number of progress reporting stages.
(Inherited from CommonComparator.) |
![]() | OutputFormatConfiguration |
The configuration options for the format of the result document as represented by the
OutputFormatConfiguration object.
|
![]() | RedistributionLicense |
Sets a redistribution license for use with subsequent compare operations.
(Inherited from CommonComparator.) |
![]() | ResultReadabilityOptions |
The configuration options for making a document result more readable as represented by a
ResultReadabilityOptions object.
|
![]() | TableConfiguration | Obsolete.
The configuration options for table comparison as represented by the
TableConfiguration object.
|
See Also