Package org.daisy.dotify.api.formatter
Class TocEntryOnResumedRange
- java.lang.Object
-
- org.daisy.dotify.api.formatter.TocEntryOnResumedRange
-
public class TocEntryOnResumedRange extends Object
Defines a range of toc-entry-on-resumed elements.
This class stores ranges of the form [startRefId,endRefId) or [startRefId,)
-
-
Constructor Summary
Constructors Constructor Description TocEntryOnResumedRange(String range)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
getEndRefId()
Get the end ref-id of the range.String
getStartRefId()
Get the start ref-id of the range.
-
-
-
Constructor Detail
-
TocEntryOnResumedRange
public TocEntryOnResumedRange(String range) throws ObflParserException
- Throws:
ObflParserException
-
-