|
|
|
|
|
previousSibling
Returns the node immediately previous to the current one in the tree.
Syntax
pNode = elementNode.previousSiblingParameters
pNode is the node prior to this one in the ordered list.
Example
Notes
Returns NULL if there are no more nodes.
Specification
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|