Class DocumentSpace
- java.lang.Object
-
- org.daisy.dotify.formatter.impl.search.DocumentSpace
-
public final class DocumentSpace extends Object
Provides coordinates for a coherent document space. Each volume consists of three coordinates representing three distinct search spaces where markers can be found in the largest scope (called "document"). In other words, a search for markers cannot retrieve something outside of the search's document space coordinates.
For this reason, the whole of the main text flow is in the same document space, that is to say it is not qualified with a volume number.
-
-
Constructor Summary
Constructors Constructor Description DocumentSpace(Space space, Integer volumeNumber)
Note that Space.BODY ignores volumeNumber.
-