compareBoundaryPoints
Compares the boundary points of two Ranges.
Syntax
Parameters
The compareBoundaryPoints method takes the following parameters:
Example
Notes
END_TO_END compares the end boundary-point of sourceRange to the end boundary-point of range.
END_TO_START compares the end boundary-point of sourceRange to the start boundary-point of range.
START_TO_END compares the start boundary-point of sourceRange to the end boundary-point of range.
START_TO_START compares the start boundary-point of sourceRange to the start boundary-point of range.
Specification
Netscape Communications http://developer.netscape.com |