DOMNode->isSameNode()
(no version information, might be only in CVS)
DOMNode->isSameNode() --
Indicates if two nodes are the same node
説明
class
DOMNode {
bool
isSameNode ( DOMNode node )
}
This function indicates if two nodes are the same node.
The comparison is not based on content
戻り値
成功した場合に TRUE を、失敗した場合に FALSE を返します。