ISource implementation encapsulating a DOM Node.
See Also: Inherited members from AbstractSource.
|
Wraps the given XmlNode as ISource. |
[read-only] | Node | System.Xml.XmlNode . The node this source is wrapping |
[read-only] | Reader | System.Xml.XmlReader . Documentation for this section has not yet been entered. (Inherited from AbstractSource.) |
|
SystemId | string . Documentation for this section has not yet been entered. (Inherited from AbstractSource.) |
|
Dispose
()Documentation for this section has not yet been entered. (Inherited from AbstractSource.) |
|
override
|
ToString
()Documentation for this section has not yet been entered. (Inherited from AbstractSource.) |
|
Dispose
(bool)Documentation for this section has not yet been entered. (Inherited from AbstractSource.) |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
Wraps the given XmlNode as ISource.Syntax
public DOMSource (System.Xml.XmlNode node)Parameters
- node
- the node to wrap
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Input
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
The node this source is wrappingSyntax
public System.Xml.XmlNode Node { 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.Input
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240