compareDocumentPosition
Compares the reference node, i.e. the node on which this method is being called, with a node, i.e. the one passed as a parameter, with regard to their position in the document and according to the document order.
- Documentation
- › API
- › DOM API
- › compareDocumentPosition
XopusNode.compareDocumentPosition( other : XopusNode) : Number
: XopusNode) : NumberArguments
- other
- XopusNode. The node to compare against the reference node.