DeltaXML DITA Compare .NET API DocumentationNamespace: DeltaXML.DitaCompareApi
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
The resolved input source, or null if no input source has been resolved.
Allow the compare methods to resolve external entities within their source XML documents. The default entity resolver enables OASIS catalog support.
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Syntax
Parameters
- publicId
- Type: System String
The public identifier of the external entity being referenced, or null if none was supplied.
- systemId
- Type: System String
The system identifier of the external entity being referenced.
Return Value
Type: InputSourceThe resolved input source, or null if no input source has been resolved.
See Also