XMLNode.isEqualNode

XMLNode.isEqualNode(
   node as Node
) as Boolean

Summary

Whether this node is equal to another node.

Parameters
node The node to compare this node to.

Example

cts.doc("example.xml").firstChild.isEqualNode(
  cts.doc("example2.xml").firstChild)
Powered by MarkLogic Server | Terms of Use | Privacy Policy