|
|
|
|
|
previousSibling
Returns the node immediately previous to the current one in the tree.
Syntax
node = elementNode.previousSiblingParameters
Example
n1 = n2.previousSibling;Notes
Returns NULL if there are no more nodes.
Specification
core
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|