User`s guide

Explore the XML Comparison Report
9-9
Property of xmlcomp.Edits Description
LeftFileName File name of left file exported to XML.
LeftRoot xmlcomp.Node object that references the
root of the left tree.
RightFileName File name of right file exported to XML.
RightRoot xmlcomp.Node object that references the
root of the right tree.
TimeSaved Time when results exported to the
workspace.
Version
MathWorks
®
release-specific version
number of xmlcomp.Edits object.
Property of xmlcomp.Node Description
Children Array of xmlcomp.Node references to child
nodes, if any.
Edited Boolean — If Edited = true then the
node is either inserted (green) or part of a
modified matched pair (pink).
Name Name of node.
Parameters Array of parameter structure arrays. Each
structure has two fields, Name and Value.
Parent xmlcomp.Node reference to parent node, if
any.
Partner If matched, Partner is an xmlcomp.Node
reference to the matched partner node in
the other tree. Otherwise empty [].