ISource implementation encapsulating data read from a stream or a reader.
See Also: Inherited members from AbstractSource.
|
Wraps the given stream. | |
|
Wraps the given reader. | |
|
Reads from the given URI |
[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 stream.Syntax
public StreamSource (System.IO.Stream stream)Parameters
- stream
- the stream 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
Wraps the given reader.Syntax
public StreamSource (System.IO.TextReader rdr)Parameters
- rdr
- the reader 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
Reads from the given URISyntax
public StreamSource (string uri)Parameters
- uri
- the URI to read
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