CommonComparator getParserFeature Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Reports the current setting of a parser feature.

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

public bool getParserFeature(
	string featureName
)

Parameters

featureName
Type: System String
the feature name to lookup

Return Value

Type: Boolean
the current value
See Also