C# (CSharp) FatAntelope Namespace

Nested Namespaces

FatAntelope.CommandLine
FatAntelope.Tests
FatAntelope.Writers

Classes

Name Description
XDiff The XDiff algorithm for doing an unordered comparison of two xml documents and flaging the changed, inserted and deleted nodes. A C# port, with some modifications, of the original X-Diff algorithm by Yuan Wang described here: http://pages.cs.wisc.edu/~yuanwang/xdiff.html The node matching logic uses the minimum-cost maximum flow algorithm when necessary, to find the minimum-cost bipartite mapping of the two trees. This gives an optimal matching of nodes between the two trees.
XNode Represents a single XNode within the XTree. Maps to a single XML element, attribute or text node within the underlying XML document.
XTree