Name

isSameNode: other(3)

Synopsis

This method returns true if the node on which the method is invoked and the node referred to by the other parameter refer to the same Node object, false if they do not.

Argument

other: Node

The other node to use in the comparison.

Java binding

public boolean isSameNode(Node other);

Get XML in a Nutshell, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.