EpubCfiReader class

Constructors

EpubCfiReader()
EpubCfiReader.parser({required String? cfiInput, required List<EpubChapter> chapters, required List<Paragraph> paragraphs})

Properties

cfiInput String?
getter/setter pair
chapters List<EpubChapter>
final
epubCfi String?
no getter
hashCode int
The hash code for this object.
no setterinherited
paragraphIndexByCfiFragment int?
no setter
paragraphs List<Paragraph>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

chapterDocument(EpubChapter? chapter) → Document?
generateCfi({required EpubBook? book, required EpubChapter? chapter, required int? paragraphIndex, List<String> additional = const [], EpubCfiGenerator generator = const EpubCfiGenerator()}) String?
generateCfiChapter({required EpubBook? book, required EpubChapter chapter, List<String> additional = const [], EpubCfiGenerator generator = const EpubCfiGenerator()}) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited