DomNode- next_sibling

DomNode- next_sibling -- Returns the next sibling of node

Description

object DomNode- next_sibling ( void)

If there is no next sibling it returns false ( 4.3 ) or null ( = 4.3 ) .

Exemple 1 .






See also DomNode_previous_sibling( ) .