com.deltaxml.core NamespaceXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
This namespace provides the DeltaXML pipeline loading and XML comparison exceptions.
Classes

  ClassDescription
Public classComparatorInstantiationException
Thrown to indicate a problem instantiating or configuring a DeltaXML Comparator.
Public classDXPConfigurationError
Specifies an unresolvable error condition in a DXPConfiguration.
Public classDXPConfigurationException
Indicates an error condition in the DXPConfiguration.
Public classFeatureNotRecognizedException
Thrown to indicate that a feature name has not been recognized.
Public classFeatureSettingNotSupportedException
Thrown to indicate that a feature has been set to a value which is not supported or is disallowed.
Public classFilterClassIncompatibilityException
Thrown to indicate that a filter class incompatibility has been detected.
Public classFilterClassInstantiationException
Thrown to indicate that a filter class instantiation problem has been detected.
Public classFilterConfigurationException
Thrown to indicate a failure in creating or configuring an XSLT-based SAX event filter.
Public classFilterParameterizationException
Thrown to indicate that a filter parameterization problem has been detected.
Public classFilterParameterizationNotSupportedException
Thrown to report a problem with XSLT filter parameterization.
Public classIdentityTransformerSetupException
Thrown to indicate a problem instantiating or configuring an identity XSLT Transformer.
Public classInvalidPipelineException
Used to indicate that the DXP File loaded by a DXPConfiguration is not valid.
Public classLicenseException
An exception class corresponding to the licensing related issues that can occur during the various compare(), isEqual() and setRedistributionLicenseContent() methods.
Public classMissingSystemIdException
Thrown when a SystemId cannot be determined in the DXPConfiguration constructors.
Public classNonUniqueParameterNameException
Thrown when the DXP pipelineParameter names are not unique.
Public classParameterValueConflict
Thrown when an a parameter or feature has incorrect DXP syntax.
Public classParserInstantiationException
Thrown to indicate a problem instantiating or configuring a SAX Parser.
Public classPipelinedComparatorError
Specifies an error condition in the PipelinedComparator.
Public classPipelinedComparatorException
Indicates an error condition in the PipelinedComparator.
Public classPipelineProcessingException
Thrown to indicate an exception during pipeline execution or processing, produced during an invocation of a compare() method.
Public classPropertyNotRecognizedException
Thrown to indicate a problem setting a property on the PipelinedComparator.
Public classPropertySettingNotSupportedException
Thrown to indicate a problem setting a property with an unsupported value or type.
Public classRethrowingComparatorErrorHandler
An com.deltaxml.api.ErrorListener that throws errors and fatalErrors when they are reported.
Public classRethrowingParserErrorHandler
An org.xml.sax.ErrorHandler that throws errors and fatalErrors when they are reported.
Public classTransformerInstantiationException
Thrown to indicate a problem instantiating or configuring an XSLT Transformer.
Public classUnknownParameterException
Thrown when an attempt was made to reference an unknown or undeclared DXP parameter.
Public classUnsupportedDXPVersionException
Used to indicate that the throwing class does not support the DXP version of the loaded DXP file.
Public classUnsupportedFilterListMemberException
Thrown to indicate the use of an unsupported filter in a filter List.
Public classUnsupportedSourceException
Thrown to indicate the use of a pipeline Source input which is not supported.