Namespace:
MbUnit.Framework.Xml
Assembly: MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1407 (2.4.2.1407)
Assembly: MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1407 (2.4.2.1407)
Syntax
| C# |
|---|
public enum DifferenceType |
| Visual Basic (Declaration) |
|---|
Public Enumeration DifferenceType |
Members
| Member name | Description | |
|---|---|---|
| AttributeValueExplicitlySpecified | ||
| AttributeNameNotFound | ||
| AttributeValue |
Comparing 2 attributes with the same name but different values
| |
| AttributeSequence |
Comparing 2 attribute lists with the same attributes in different sequence
| |
| CDATAValue | ||
| CommentValue | ||
| DOCTYPE_NAME_ID | ||
| DocTypePublicID | ||
| DocTypeSystemID | ||
| ElementTagName | ||
| ELEMENT_NUM_ATTRIBUTES_ID | ||
| PROCESSING_INSTRUCTION_TARGET_ID | ||
| PROCESSING_INSTRUCTION_DATA_ID | ||
| TEXT_VALUE_ID | ||
| NAMESPACE_PREFIX_ID | ||
| NAMESPACE_URI_ID | ||
| NODE_TYPE_ID | ||
| HAS_CHILD_NODES_ID | ||
| CHILD_NODELIST_LENGTH_ID | ||
| CHILD_NODELIST_SEQUENCE_ID | ||
| HAS_DOCTYPE_DECLARATION_ID | ||
| HAS_XML_DECLARATION_PREFIX_ID |
