The details of a target (usually a representation of an XML node) that took part in the comparison.
See Also: Inherited members from object.
[read-only] | ParentXPath | string . XPath leading to the target's parent. |
[read-only] | Target | System.Xml.XmlNode . The actual target. |
[read-only] | Value | object . The value for comparison found at the current target. |
[read-only] | XPath | string . XPath leading to the target. |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
XPath leading to the target's parent.Syntax
public string ParentXPath { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
The actual target.Syntax
public System.Xml.XmlNode Target { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
The value for comparison found at the current target.Syntax
public object Value { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
XPath leading to the target.Syntax
public string XPath { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241