XML Compare .NET API Documentation - DEPRECATED
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Construct a new DifferentRootElementException appropriate for use in the XML Compare code.
Construct a new DifferentRootElementException appropriate for use in the XML Compare code.
Namespace: com.deltaxml.apiAssembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Parameters
- qName1
- Type: System String
the QName of the root element from the first input
- qName2
- Type: System String
the QName of the root element from the second input
- namespacedName1
- Type: System String
the name (in {URI}localName format) of the first input root element
- namespacedName2
- Type: System String
the name (in {URI}localName format) of the second input root element
Remarks
See Also