PipelinedComparatorS9 Constructor XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Creates a new PipelinedComparatorS9

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

public PipelinedComparatorS9()
Exceptions

ExceptionCondition
com.deltaxml.core ParserInstantiationExceptionThrown if there is a problem instantiating the XML (Xerces-J) parser
com.deltaxml.core ComparatorInstantiationExceptionThrown if there is a problem instantiating the underlying comparator used in the pipeline
Remarks

Unlike the corresponding Java APIs, on the .NET platform this class is designed to operate with specific parser (Xerces-J) and XSLT processor (Saxon PE) implementations, rather than use JAXP factory mechanisms.

See Also