XML Compare .NET API Documentation - DEPRECATED
This namespace provides the DeltaXML pipeline loading and XML comparison exceptions.
Classes
| Class | Description | |
|---|---|---|
| ComparatorInstantiationException |
Thrown to indicate a problem instantiating or configuring a DeltaXML Comparator.
| |
| DXPConfigurationError |
Specifies an unresolvable error condition in a DXPConfiguration.
| |
| DXPConfigurationException |
Indicates an error condition in the DXPConfiguration.
| |
| FeatureNotRecognizedException |
Thrown to indicate that a feature name has not been recognized.
| |
| FeatureSettingNotSupportedException |
Thrown to indicate that a feature has been set to a value which is not supported or is disallowed.
| |
| FilterClassIncompatibilityException |
Thrown to indicate that a filter class incompatibility has been detected.
| |
| FilterClassInstantiationException |
Thrown to indicate that a filter class instantiation problem has been detected.
| |
| FilterConfigurationException |
Thrown to indicate a failure in creating or configuring an XSLT-based SAX event filter.
| |
| FilterParameterizationException |
Thrown to indicate that a filter parameterization problem has been detected.
| |
| FilterParameterizationNotSupportedException |
Thrown to report a problem with XSLT filter parameterization.
| |
| IdentityTransformerSetupException |
Thrown to indicate a problem instantiating or configuring an identity XSLT Transformer.
| |
| InvalidPipelineException |
Used to indicate that the DXP File loaded by a DXPConfiguration is not valid.
| |
| LicenseException |
An exception class corresponding to the licensing related issues that can occur during the various compare(), isEqual() and
setRedistributionLicenseContent() methods.
| |
| MissingSystemIdException |
Thrown when a SystemId cannot be determined in the DXPConfiguration constructors.
| |
| NonUniqueParameterNameException |
Thrown when the DXP pipelineParameter names are not unique.
| |
| ParameterValueConflict |
Thrown when an a parameter or feature has incorrect DXP syntax.
| |
| ParserInstantiationException |
Thrown to indicate a problem instantiating or configuring a SAX Parser.
| |
| PipelinedComparatorError |
Specifies an error condition in the PipelinedComparator.
| |
| PipelinedComparatorException |
Indicates an error condition in the PipelinedComparator.
| |
| PipelineProcessingException |
Thrown to indicate an exception during pipeline execution or processing, produced during an invocation of a compare() method.
| |
| PropertyNotRecognizedException |
Thrown to indicate a problem setting a property on the PipelinedComparator.
| |
| PropertySettingNotSupportedException |
Thrown to indicate a problem setting a property with an unsupported value or type.
| |
| RethrowingComparatorErrorHandler |
An com.deltaxml.api.ErrorListener that throws errors and fatalErrors when they are reported.
| |
| RethrowingParserErrorHandler |
An org.xml.sax.ErrorHandler that throws errors and fatalErrors when they are reported.
| |
| TransformerInstantiationException |
Thrown to indicate a problem instantiating or configuring an XSLT Transformer.
| |
| UnknownParameterException |
Thrown when an attempt was made to reference an unknown or undeclared DXP parameter.
| |
| UnsupportedDXPVersionException |
Used to indicate that the throwing class does not support the DXP version of the loaded DXP file.
| |
| UnsupportedFilterListMemberException |
Thrown to indicate the use of an unsupported filter in a filter List.
| |
| UnsupportedSourceException |
Thrown to indicate the use of a pipeline Source input which is not supported.
|