DeltaXML DITA Compare .NET API DocumentationThe 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.
|
Properties
| Name | Description | |
|---|---|---|
| BaseUri |
The base URI that is used for the resolution of relative inner entity declarations.
| |
| ByteStream | The bytestream that contains the entity (if set). | |
| CharacterStream |
The character stream that contains the entity (if set).
|
See Also