name
previousSibling ( )
openExample
None available
description
Returns the previous sibling in the parent node's child list or null if the node does not have a previous sibling node.
syntax
previousSibling();
returns
XMLElement, the previous sibling of the element.
usage
Web & Application
related