Uses of Class
nl.siegmann.epublib.domain.Spine
Packages that use Spine
Package
Description
The classes in this package are used for post-processing Books.
-
Uses of Spine in nl.siegmann.epublib.bookprocessor
Methods in nl.siegmann.epublib.bookprocessor with parameters of type SpineModifier and TypeMethodDescriptionprivate static List<SpineReference> SectionHrefSanityCheckBookProcessor.checkSpineReferences(Spine spine) -
Uses of Spine in nl.siegmann.epublib.domain
Fields in nl.siegmann.epublib.domain declared as SpineMethods in nl.siegmann.epublib.domain that return SpineModifier and TypeMethodDescriptionBook.getSpine()The sections of the book that should be shown if a user reads the book from start to finish.Methods in nl.siegmann.epublib.domain with parameters of type Spine -
Uses of Spine in nl.siegmann.epublib.epub
Methods in nl.siegmann.epublib.epub that return SpineModifier and TypeMethodDescriptionprivate static SpinePackageDocumentReader.generateSpineFromResources(Resources resources) Creates a spine out of all resources in the resources.private static SpinePackageDocumentReader.readSpine(Document packageDocument, Resources resources, Map<String, String> idMapping) Reads the document's spine, containing all sections in reading order.Methods in nl.siegmann.epublib.epub with parameters of type SpineModifier and TypeMethodDescriptionprivate static voidPackageDocumentWriter.writeSpineItems(Spine spine, org.xmlpull.v1.XmlSerializer serializer) List all spine references