XML Compare .NET API Documentation - DEPRECATED
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
An input source can be constructed from a Stream, TextReader, or BaseUri.
Creates a DCPConfiguration object from an InputSource.
Namespace: DeltaXML.CoreS9ApiAssembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax
Parameters
- source
- Type: DeltaXML.CoreS9Api InputSource
The source containing the DCP description in its XML format.
Exceptions
Exception | Condition |
---|---|
com.deltaxml.cores9api StaticPDFormatException | Thrown if the DCP source is either not well-formed or not valid. |
Remarks
See Also