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

The PipelinedComparatorS9 type exposes the following members.
Constructors

  NameDescription
Public methodPipelinedComparatorS9
Creates a new PipelinedComparatorS9
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 methodgetComparatorFeature
Gets the current feature settings for the comparator at the centre of the pipeline
Public methodgetComparatorProperty
Reports the current value of a comparator property.
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 methodisEqual(FileInfo, FileInfo)
Compares two File inputs and returns whether they are equal.
Public methodisEqual(Uri, Uri)
Compares the XML obtained from Uris and returns whether they are equal.
Public methodisEqual(Stream, Uri, Stream, Uri)
Compares two XML Streams and returns whether they are equal.
Public methodisEqual(TextReader, Uri, TextReader, Uri)
Compares XML by reading from TextReaders and returns whether they are equal.
Public methodisEqual(String, Uri, String, Uri)
Compares two XML strings and returns whether they are equal.
Public methodnewFilterStepHelper
Create a new FilterStepHelper.
(Inherited from CommonComparator.)
Public methodnewLexicalPreservationOutputFilterChain
Generates a FilterChain to process lexical preservation items.
Public methodremoveProgressListener
Removes a listener so that progress events are no longer reported.
Public methodsetComparatorFeature
Sets a Feature (or option) associated with the comparator at the centre of the pipeline.
Public methodsetComparatorProperty
Configures comparator properties for the pipeline.
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 methodsetInput1Filters
Specifies the input filters applied to input1 or input 'a' before comparison.
Public methodsetInput2Filters
Specifies the input filters applied to input2 or input 'b' before comparison.
Public methodsetInputFilters
Specifies the input filters applied to both inputs before comparison.
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 methodsetOutputFilters

Specifies the output filters to be applied post-comparison.

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 propertyBypassLexicalPreservationOutputChain
Whether or not to bypass the automatically added lexical preservation output chain during the comparison.
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 propertyLexicalPreservationConfig
The LexicalPreservationConfig to use during comparison. Note that setting the config value to null disables the lexical preservation.
(Inherited from CommonComparator.)
Public propertyNumberOfProgressStages
The total number of progress reporting stages.
(Inherited from CommonComparator.)
Public propertyOptimizeFiltersAroundComparator
Controls whether Java filters adjacent to the comparator are optimized (or 'streamed') with its invocation.
Public propertyPipelinedComparatorS9IkvmJava
Get the underpinning IKVM translation of the Java object
Public propertyRedistributionLicense
Sets a redistribution license for use with subsequent compare operations.
(Inherited from CommonComparator.)
Back to Top
See Also