xhtml.crossReference

Parameter syntax: swap | target | next | previous | first

swap

A a element with one of href, name or id attributes must be implicitly or explicitly selected. Scrolls to and selects opposite link end (if found).

target

A a element with a href attribute must be implicitly or explicitly selected. Scrolls to and selects corresponding <a name="link ID"> or <a id="link ID"> (if found).

next

A a element with a href attribute must be implicitly or explicitly selected. Scrolls to and selects next similar link (if found).

previous

A a element with a href attribute must be implicitly or explicitly selected. Scrolls to and selects previous similar link (if found).

first

A a element with one of name or id attributes must be implicitly or explicitly selected. Scrolls to and selects first <a href="#link ID"> (if found).