XML Compare .NET API Documentation - DEPRECATEDThe PipelinedComparatorS9 type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| PipelinedComparatorS9 |
Creates a new PipelinedComparatorS9
|
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.) | |
| getComparatorFeature |
Gets the current feature settings for the comparator at the centre of the pipeline
| |
| getComparatorProperty |
Reports the current value of a comparator property.
| |
| 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.) | |
| isEqual(FileInfo, FileInfo) |
Compares two File inputs and returns whether they are equal.
| |
| isEqual(Uri, Uri) |
Compares the XML obtained from Uris and returns whether they are equal.
| |
| isEqual(Stream, Uri, Stream, Uri) |
Compares two XML Streams and returns whether they are equal.
| |
| isEqual(TextReader, Uri, TextReader, Uri) |
Compares XML by reading from TextReaders and returns whether they are equal.
| |
| isEqual(String, Uri, String, Uri) |
Compares two XML strings and returns whether they are equal.
| |
| newFilterStepHelper |
Create a new FilterStepHelper.
(Inherited from CommonComparator.) | |
| newLexicalPreservationOutputFilterChain |
Generates a FilterChain to process lexical preservation items.
| |
| removeProgressListener |
Removes a listener so that progress events are no longer reported.
| |
| setComparatorFeature |
Sets a Feature (or option) associated with the comparator at the centre of the pipeline.
| |
| setComparatorProperty |
Configures comparator properties for the pipeline.
| |
| 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.) | |
| setInput1Filters |
Specifies the input filters applied to input1 or input 'a' before comparison.
| |
| setInput2Filters |
Specifies the input filters applied to input2 or input 'b' before comparison.
| |
| setInputFilters |
Specifies the input filters applied to both inputs before comparison.
| |
| 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.) | |
| setOutputFilters | Specifies the output filters to be applied post-comparison. | |
| 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 | |
|---|---|---|
| BypassLexicalPreservationOutputChain |
Whether or not to bypass the automatically added lexical preservation output chain during the comparison.
| |
| DebugFiles |
Determines whether intermediate pipeline result files are generated.
(Inherited from CommonComparator.) | |
| DebugFilesPrefix |
Provides a prefix for debug result file names.
(Inherited from CommonComparator.) | |
| LexicalPreservationConfig |
The LexicalPreservationConfig to use during comparison.
Note that setting the config value to null disables the lexical preservation.
(Inherited from CommonComparator.) | |
| NumberOfProgressStages |
The total number of progress reporting stages.
(Inherited from CommonComparator.) | |
| OptimizeFiltersAroundComparator |
Controls whether Java filters adjacent to the comparator are optimized (or 'streamed') with its
invocation.
| |
| PipelinedComparatorS9IkvmJava |
Get the underpinning IKVM translation of the Java object
| |
| RedistributionLicense |
Sets a redistribution license for use with subsequent compare operations.
(Inherited from CommonComparator.) |
See Also