Relative location terms, cont’d
psibling(args) and fsibling(args)
- Locate preceding (older)/following (younger) siblings
- Horizontal in element tree
- Counts from closest (positive) or farthest (negative)
preceding(args) and following(args)
- Locate older/younger nodes other than ancestors
- Vertical and horizontal in element tree
- Counts from closest (positive) or farthest (negative)
- (These location terms might not be kept)