Source that provides XML from a byte array.
See Also: Inherited members from object.
|
ByteArraySource
(byte[])
|
Creates a new Source wrapping a byte array. |
[read-only] | Reader | System.Xml.XmlReader . Documentation for this section has not yet been entered. |
|
SystemId | string . Documentation for this section has not yet been entered. |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
|
static
|
ToDocument
(this Org.XmlUnit.ISource)Creates a DOM Document from an ISource. |
|
static
|
ToNode
(this Org.XmlUnit.ISource)Creates a DOM Node from an ISource. |
Creates a new Source wrapping a byte array.Syntax
public ByteArraySource (byte[] c)Parameters
- c
- the byte array 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
Documentation for this section has not yet been entered.Syntax
public void Dispose ()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
Documentation for this section has not yet been entered.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.Input
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Documentation for this section has not yet been entered.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.Input
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Documentation for this section has not yet been entered.Syntax
public override string ToString ()Returns
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