Namespace: MbUnit.Framework.Xml
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum DifferenceType
Public Enumeration DifferenceType
public enum class DifferenceType

Members

MemberDescription
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

See Also