Classes

  ClassDescription
Diff
A diff item representing one single difference between two XML fragments.
DiffEngineFactory
Diffing engine abstract factory.
DiffSet
An immutable set of diff items representing the differences between two XML fragments.
DiffSetBuilder
A simple builder for the DiffSet object.
DiffType
Represents a type of XML diff.

Interfaces

  InterfaceDescription
IDiffable<(Of <(TNode>)>)
Represents an XML node that can be compared to another node of the same type, in order to get the differences.
IDiffableCollection<(Of <(TCollection, TItem>)>)
A collection of XML nodes that can be compared to another collection of the same type, in order to get the differences.
IDiffEngine<(Of <(T>)>)
Diffing engine.

Enumerations

  EnumerationDescription
DiffTargets
The target of a diff result.