An extension of
Location for classes that can hold a list of locations.
It will typically be used to build location stacks.
The first location of the collection returned by
MultiLocatable.getLocations() should be
be identical to the result of
org.apache.cocoon.util.location.Locatable.getLocation .
If the list of locations designates a call stack, then its first element should be the deepmost
location of this stack. This is consistent with the need for getLocation() to
return the most precise location.
since: 2.1.8 version: $Id: MultiLocatable.java 446917 2006-09-16 19:10:40Z vgritsenko $ |