XML Compare .NET API Documentation - DEPRECATEDThe InputSource type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | InputSource(Stream) |
Generate a byte stream based entity input source.
|
![]() | InputSource(TextReader) |
Generate a character stream based entity input source.
|
![]() | InputSource(Uri) |
Generate a Uri based entity input source.
|
Properties
Name | Description | |
---|---|---|
![]() | BaseUri |
The base URI that is used for the resolution of relative entity declarations,
such as DTD declarartions.
|
![]() | ByteStream |
The bytestream that contains the entity (if set).
|
![]() | CharacterStream |
The character stream that contains the entity (if set).
|
See Also