Representation of the various ways to provide pieces of XML to XMLUnit.
[read-only] | Reader | System.Xml.XmlReader . Provides the content. |
|
SystemId | string . Some sort of Base-URI of this ISource. |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
|
static
|
ToDocument
(this ISource)Creates a DOM Document from an ISource. |
|
static
|
ToNode
(this ISource)Creates a DOM Node from an ISource. |
Provides the content.Syntax
public System.Xml.XmlReader Reader { 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
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Some sort of Base-URI of this ISource.Syntax
public string SystemId { get; set; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240