DXPConfigurationS9 generate Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Generates a PipelinedComparatorS9 from this instance of a DXPConfigurationS9.

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

public PipelinedComparatorS9 generate()

Return Value

Type: PipelinedComparatorS9
The pipelined comparator
Exceptions

ExceptionCondition
[X:java.lang.ClassNotFoundException]Thrown if a class specified in a DXP class element cannot be located
[X:java.net.MalformedURLException]Thrown if a DXP URL elements contents are malformed.
com.deltaxml.core ParserInstantiationExceptionThrown if the PipelinedComparatorS9 constructor throws this exception
com.deltaxml.core FilterClassInstantiationExceptionThrown if there are problems instantiating a Java class based filter
com.deltaxml.core FilterClassIncompatibilityExceptionThrown if a class is not of the correct type
com.deltaxml.core FilterConfigurationExceptionThrown if there is a problem instantiating or configuring an XSLT based filter
com.deltaxml.core FilterParameterizationExceptionThrown if there are problems setting the parameters on a Java filter
com.deltaxml.core FeatureNotRecognizedExceptionThrown if the feature, in a parserFeature element, is not recognized
com.deltaxml.core FeatureSettingNotSupportedExceptionThrown if the setting of the specified parser feature is not supported
com.deltaxml.core PropertyNotRecognizedExceptionThrown if the specified outputProperty is not recognized
com.deltaxml.core ParameterValueConflictThrown if the attributes used to specify a filter or other parameter are in conflict
com.deltaxml.core NonUniqueParameterNameExceptionThrown if the PipelineParameter names are not unique
com.deltaxml.core UnknownParameterExceptionThrown if the referenced parameter name is not known/declared
com.deltaxml.core ComparatorInstantiationExceptionThrown if the comparator used in the pipeline cannot be instantiated.
com.deltaxml.cores9api ConditionalFilterXPathExceptionThrown if there is a problem with an XPath expression on a conditional filter
com.deltaxml.cores9api XPathFilterParameterExceptionThrown if there is a problem with an XPath expression being used as a filter parameter
Remarks

Generates a PipelinedComparatorS9 from this instance of a DXPConfigurationS9. This method does not allow parameter overriding.

This method throws a large number of exceptions. Further details of the circumstances in which they are thrown are documented in the descriptions of the Exception classes themselves. Should fine-grain exception handling not be required, it is possible to catch the PipelinedComparatorException, DXPConfigurationException or DeltaXMLException supertypes for all but two (java.lang.ClassNotFoundException and java.net.MalformedURLException) of the exceptions thrown by this method.

See Also