XmlComparisonExtension extension
- on
Methods
-
compareNodePosition(
XmlNode other) → int -
Available on XmlNode, provided by the XmlComparisonExtension extension
Compares the position of this node andother
. -
contains(
XmlNode other) → bool -
Available on XmlNode, provided by the XmlComparisonExtension extension
Test whetherother
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 toother
.