C# Class XmlUnit.Xunit.DiffConfiguration

ファイルを表示 Open project: horsdal/XmlUnit.Xunit Class Usage Examples

Public Methods

Method Description
DiffConfiguration ( ) : System.Xml
DiffConfiguration ( WhitespaceHandling whitespaceHandling ) : System.Xml
DiffConfiguration ( bool useValidatingParser ) : System.Xml
DiffConfiguration ( string description ) : System.Xml
DiffConfiguration ( string description, WhitespaceHandling whitespaceHandling ) : System.Xml
DiffConfiguration ( string description, bool useValidatingParser, WhitespaceHandling whitespaceHandling ) : System.Xml
DiffConfiguration ( string description, bool useValidatingParser, WhitespaceHandling whitespaceHandling, bool ignoreAttributeOrder, bool ignoreAttribute ) : System.Xml

Method Details

DiffConfiguration() public method

public DiffConfiguration ( ) : System.Xml
return System.Xml

DiffConfiguration() public method

public DiffConfiguration ( WhitespaceHandling whitespaceHandling ) : System.Xml
whitespaceHandling WhitespaceHandling
return System.Xml

DiffConfiguration() public method

public DiffConfiguration ( bool useValidatingParser ) : System.Xml
useValidatingParser bool
return System.Xml

DiffConfiguration() public method

public DiffConfiguration ( string description ) : System.Xml
description string
return System.Xml

DiffConfiguration() public method

public DiffConfiguration ( string description, WhitespaceHandling whitespaceHandling ) : System.Xml
description string
whitespaceHandling WhitespaceHandling
return System.Xml

DiffConfiguration() public method

public DiffConfiguration ( string description, bool useValidatingParser, WhitespaceHandling whitespaceHandling ) : System.Xml
description string
useValidatingParser bool
whitespaceHandling WhitespaceHandling
return System.Xml

DiffConfiguration() public method

public DiffConfiguration ( string description, bool useValidatingParser, WhitespaceHandling whitespaceHandling, bool ignoreAttributeOrder, bool ignoreAttribute ) : System.Xml
description string
useValidatingParser bool
whitespaceHandling WhitespaceHandling
ignoreAttributeOrder bool
ignoreAttribute bool
return System.Xml