XmlCompareUtil Methods
The XmlCompareUtil type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
AreElementsEquivalent |
Element-by-element equivalence check that:
|
|
|
GetDifferences |
Returns a list of human-readable difference descriptions between
a and b, post-prune. Empty list when the
trees are equivalent.
|
|
|
IsEmptyOrMissingNode |
Returns true when e has no children, no
non-whitespace value, and no meaningful attributes (either none at all or
only an xsi:nil="true" marker).
|
|
|
IsEqual |
Returns true when a and b are
structurally equivalent after pruning semantically-empty children.
|
|
|
RemoveEmptyNodes |
Recursively removes child elements that carry no real signal: no sub-elements,
no non-whitespace value, and no meaningful attributes (none, or only an
xsi:nil="true" marker). Leaves node in place.
|

