setParserProperty Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Configures parser properties for the pipeline input parsers.

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

public virtual void setParserProperty(
	string name,
	Object value
)

Parameters

name
Type: System String
the name of the property to set
value
Type: System Object
the new value for the property
Exceptions

Remarks

Configures parser properties for the pipeline input parsers.

Allows properties of the underlying parser to be configured. If using Apache Xerces-J the following properties may prove useful in comparator pipelines:

See Also

PipelinedComparator