DeltaXML DITA Compare .NET API Documentation
System Object
DeltaXML.DitaCompareApi InputSource
Namespace: DeltaXML.DitaCompareApi
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
An 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.
An entity input source is either a byte or character stream (along with a base URI).
Inheritance Hierarchy
DeltaXML.DitaCompareApi InputSource
Namespace: DeltaXML.DitaCompareApi
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Syntax
Remarks
The base URI is used for the resolution of relative inner entity declarations.
See Also