MutationRecord sealed class MutationRecord : IMutationRecord Documentation Code public INodeList Added { get; set; } public string AttributeName { get; set; } public string AttributeNamespace { get; set; } public INode NextSibling { get; set; } public INode PreviousSibling { get; set; } public string PreviousValue { get; set; } public INodeList Removed { get; set; } public INode Target { get; set; } public string Type { get; set; } public MutationRecord()