XML Compare .NET API Documentation - DEPRECATEDThe DXPConfigurationS9 type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | DXPConfigurationS9(FileInfo) |
Creates a DXPConfigurationS9 object from a DXP file.
|
![]() | DXPConfigurationS9(Stream, Boolean) |
Creates a DXP object from a byte stream.
|
![]() | DXPConfigurationS9(TextReader, Boolean) |
Creates a DXP object from a character stream.
|
![]() | DXPConfigurationS9(InputSource, EntityResolver, Boolean) |
Creates a DXP object from an InputSource.
|
Methods
Name | Description | |
---|---|---|
![]() | generate |
Generates a PipelinedComparatorS9 from this instance of a DXPConfigurationS9.
|
![]() | generate(IDictionary String, Boolean , IDictionary String, String ) |
Generates a PipelinedComparatorS9 with parameter overrides.
|
![]() | setURIResolver(XmlResolver) |
Specifies a URI Resolver to the used in conjunction with the fallback resolver.
|
![]() | setURIResolver(XmlResolver, Boolean) |
Specifies the URI Resolver to be used and whether a fallback is used.
|
Properties
Name | Description | |
---|---|---|
![]() | BooleanParameters |
The boolean parameters with their default values.
|
![]() | StringParameters |
The string parameters with their default values.
|
See Also