setProperty Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Sets the value of a property of the XMLComparator.

Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax

public abstract void setProperty(
	string str,
	Object obj
)

Parameters

str
Type: System String

[Missing <param name="str"/> documentation for "M:com.deltaxml.api.XMLComparator.setProperty(System.String,System.Object)"]

obj
Type: System Object

[Missing <param name="obj"/> documentation for "M:com.deltaxml.api.XMLComparator.setProperty(System.String,System.Object)"]

Exceptions

ExceptionCondition
com.deltaxml.api XMLComparatorConfigurationException If the property name is not recognized or the value is of the wrong class.
Remarks

Sets the value of a property of the XMLComparator.

This facility is modelled on the Online features and properties mechanism provided by SAX2.

We also follow the convention of using URIs under our control for the names of features and properties. Thus all features will use a http://deltaxml.com/api/properties prefix.

See the package overview page for the current list of supported features.

See Also

XMLComparator