InputSource ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
A byte or character stream wrapped as an XML input Entity.
Inheritance Hierarchy

System Object
  DeltaXML.CoreS9Api InputSource

Namespace: DeltaXML.CoreS9Api
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax

[ObsoleteAttribute("XML Compare's .NET API is considered deprecated as of version 10.0.0. Please consider using either our Java or REST APIs, and contact DeltaXML for help: https://www.deltaxml.com/contact")]
public class InputSource
Remarks

An XML Entity input source is either a byte or character stream (along with a base URI). Here, instances of the Stream and TextReader classes are used to represent the byte and character streams respectively.

The base URI is used for the resolution of relative inner entity declarations.

The byte and character stream properties of this class are mutually exclusive, one of them should always be null.

See Also