Abstract representation of a node inside the XPathContext.
[read-only] | Name | System.Xml.XmlQualifiedName . The fully qualified name of a node. |
[read-only] | Type | System.Xml.XmlNodeType . The type of a node. |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
The fully qualified name of a node.Syntax
public System.Xml.XmlQualifiedName Name { 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.9.2.240
The type of a node.Syntax
public System.Xml.XmlNodeType Type { 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.9.2.240