Skip to main content

Enum XmlTaskDiffOptions

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


[Flags]
public enum XmlTaskDiffOptions

Fields

FieldsDescription
IgnoreChildOrderSpecifies that node order will not be considered when comparing nodes. Sibling nodes with the same value will be treated as the same nodes.
IgnoreCommentsSpecifies that comments will not be considered when comparing nodes.
IgnoreDtdSpecifies that Document Type Declaration (DTD) blocks are not considered in the comparison.
IgnoreNamespacesSpecifies that name prefixes and namespace values are ignored during comparison. Elements and attributes with the same name and value but different namespaces and/or prefixes are treated as being the same.
IgnorePiSpecifies that name prefixes and namespace values are ignored during comparison. Elements and attributes with the same name and value but different namespaces and/or prefixes are treated as being the same.
IgnorePrefixesSpecifies that name prefixes are ignored during comparison. Elements and attributes with the same name, value, and namespace but different prefixes are treated as being the same.
IgnoreWhiteSpaceSpecifies that all whitespace sequences will be normalized to a single space or removed before comparing nodes.
IgnoreXmlDeclarationSpecifies that differences in the XML specification are not considered in the comparison.
NoneSpecifies that a normal comparison will be performed without any special behaviors.