March 2003
Intermediate to advanced
656 pages
39h 30m
English
isSameNode
n.isSameNode(other)
True
when n and
other refer to the same DOM node,
otherwise False. Do not use the normal Python
idiom n
is
other: a Python DOM implementation is free
to generate multiple Node instances that refer to
the same DOM node. Therefore, to check the identity of DOM node
references, always and exclusively use method
isSameNode.