Method CompareDocumentPosition
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
CompareDocumentPosition(INode)
Compares position of the current node against another node in a DOM tree.
DocumentPosition CompareDocumentPosition(INode otherNode)
Parameters
otherNode
INodeThe node to be compared to the current node
Returns
- DocumentPosition
The document position of the node specified by the
otherNode
parameter relates to the position of the current node.
Exceptions
- ObjectDisposedException
The INode has already been disposed.