CommonComparator setParserFeature Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Sets a parser feature when loading inputs.

Namespace: DeltaXML.CoreS9Api.Internals
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax

public void setParserFeature(
	string featureName,
	bool value
)

Parameters

featureName
Type: System String
the name of the feature to be set
value
Type: System Boolean
the value to be applied
See Also