InputSource MembersXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED

The InputSource type exposes the following members.
Constructors

  NameDescription
Public methodInputSource(Stream)
Generate a byte stream based entity input source.
Public methodInputSource(TextReader)
Generate a character stream based entity input source.
Public methodInputSource(Uri)
Generate a Uri based entity input source.
Back to Top
Properties

  NameDescription
Public propertyBaseUri
The base URI that is used for the resolution of relative entity declarations, such as DTD declarartions.
Public propertyByteStream
The bytestream that contains the entity (if set).
Public propertyCharacterStream
The character stream that contains the entity (if set).
Back to Top
See Also