XmlComparisonExtension extension

on

Methods

compareNodePosition(XmlNode other) int

Available on XmlNode, provided by the XmlComparisonExtension extension

Compares the position of this node and other.
contains(XmlNode other) bool

Available on XmlNode, provided by the XmlComparisonExtension extension

Test whether other is this node or contained in this node.
isEqualNode(XmlNode other) bool

Available on XmlNode, provided by the XmlComparisonExtension extension

Tests whether this node is equal to other.