XML Compare .NET API Documentation - DEPRECATED
System Object
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.api DeltaXMLProcessingException
com.deltaxml.api UnorderedElementContainingPCDATAException
Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
The orderless comparator cannot process mixed XML content, that is an element containing child elements and PCDATA.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.api DeltaXMLProcessingException
com.deltaxml.api UnorderedElementContainingPCDATAException
Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
The orderless comparator cannot process mixed XML content, that is an element containing child elements and PCDATA. While child elements are allowed, PCDATA is not (we consider that orderless PCDATA has little meaning and cannot for example be considered a meaningful document). This exception is used to report when PCDATA is found inside an orderless element.
Note: the getErrorCode() method is provided for compatibility with earlier XML Compare releases; when called with this exception the result will be: 47
See Also