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 and Description |
|---|
TocEntryOnResumedRange(String range) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getEndRefId()
Get the end ref-id of the range
|
String |
getStartRefId()
Get the start ref-id of the range
|
public TocEntryOnResumedRange(String range) throws ObflParserException
ObflParserException