Documentation Prolog Predicate Reference dom sibling/2

sibling/2

Get an HTML element's sibling.

Description

sibling( +htmlObject, ?htmlObject )
sibling( ?htmlObject, +htmlObject )

sibling(HTMLObjectL, HTMLObjectR) is true if and only if HTMLObjectL is the left direct sibling of HTMLObjectR and vice versa. If HTMLObjectR is not instantiated, it will unify with the right sibling of HTMLObjectL. If HTMLObjectL is the not instantiated one, it will unify with the left sibling of HTMLObjectR.

Implementation