Uses of Class
nl.siegmann.epublib.domain.Spine
-
Packages that use Spine Package Description nl.siegmann.epublib.bookprocessor The classes in this package are used for post-processing Books.nl.siegmann.epublib.domain nl.siegmann.epublib.epub -
-
Uses of Spine in nl.siegmann.epublib.bookprocessor
Methods in nl.siegmann.epublib.bookprocessor with parameters of type Spine Modifier and Type Method Description private static java.util.List<SpineReference>SectionHrefSanityCheckBookProcessor. checkSpineReferences(Spine spine) -
Uses of Spine in nl.siegmann.epublib.domain
Fields in nl.siegmann.epublib.domain declared as Spine Modifier and Type Field Description private SpineBook. spineMethods in nl.siegmann.epublib.domain that return Spine Modifier and Type Method Description SpineBook. 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 Modifier and Type Method Description voidBook. setSpine(Spine spine) -
Uses of Spine in nl.siegmann.epublib.epub
Methods in nl.siegmann.epublib.epub that return Spine Modifier and Type Method Description private static SpinePackageDocumentReader. generateSpineFromResources(Resources resources)Creates a spine out of all resources in the resources.private static SpinePackageDocumentReader. readSpine(org.w3c.dom.Document packageDocument, Resources resources, java.util.Map<java.lang.String,java.lang.String> idMapping)Reads the document's spine, containing all sections in reading order.Methods in nl.siegmann.epublib.epub with parameters of type Spine Modifier and Type Method Description private static voidPackageDocumentWriter. writeSpineItems(Spine spine, org.xmlpull.v1.XmlSerializer serializer)List all spine references
-