Uses of Interface
nl.siegmann.epublib.epub.BookProcessor
Packages that use BookProcessor
Package
Description
The classes in this package are used for post-processing Books.
-
Uses of BookProcessor in nl.siegmann.epublib
Methods in nl.siegmann.epublib that return types with arguments of type BookProcessorModifier and TypeMethodDescriptionprivate static List<BookProcessor> Fileset2Epub.createBookProcessors(List<String> bookProcessorNames) -
Uses of BookProcessor in nl.siegmann.epublib.bookprocessor
Classes in nl.siegmann.epublib.bookprocessor that implement BookProcessorModifier and TypeClassDescriptionclassIf the book contains a cover image then this will add a cover page to the book.classA book processor that combines several other bookprocessors Fixes coverpage/coverimage.classIf the book has no identifier it adds a generated UUID as identifier.classclassHelper class for BookProcessors that only manipulate html type resources.classCleans up regular html into xhtml.classIn the future this will split up too large html documents into smaller ones.classRemoves Sections from the page flow that differ only from the previous section's href by the '#' in the url.classclassCleans up regular html into xhtml.classUses the given xslFile to process all html resources of a Book.Methods in nl.siegmann.epublib.bookprocessor that return types with arguments of type BookProcessorModifier and TypeMethodDescriptionprivate static List<BookProcessor> DefaultBookProcessorPipeline.createDefaultBookProcessors() -
Uses of BookProcessor in nl.siegmann.epublib.epub
Classes in nl.siegmann.epublib.epub that implement BookProcessorModifier and TypeClassDescriptionclassA book processor that combines several other bookprocessors Fixes coverpage/coverimage.Fields in nl.siegmann.epublib.epub declared as BookProcessorModifier and TypeFieldDescriptionprivate BookProcessorEpubReader.bookProcessorprivate BookProcessorEpubWriter.bookProcessorstatic final BookProcessorBookProcessor.IDENTITY_BOOKPROCESSORA BookProcessor that returns the input book unchanged.Fields in nl.siegmann.epublib.epub with type parameters of type BookProcessorModifier and TypeFieldDescriptionprivate List<BookProcessor> BookProcessorPipeline.bookProcessorsMethods in nl.siegmann.epublib.epub that return BookProcessorMethods in nl.siegmann.epublib.epub that return types with arguments of type BookProcessorMethods in nl.siegmann.epublib.epub with parameters of type BookProcessorModifier and TypeMethodDescriptionvoidBookProcessorPipeline.addBookProcessor(BookProcessor bookProcessor) voidEpubWriter.setBookProcessor(BookProcessor bookProcessor) Method parameters in nl.siegmann.epublib.epub with type arguments of type BookProcessorModifier and TypeMethodDescriptionvoidBookProcessorPipeline.addBookProcessors(Collection<BookProcessor> bookProcessors) voidBookProcessorPipeline.setBookProcessingPipeline(List<BookProcessor> bookProcessingPipeline) Constructors in nl.siegmann.epublib.epub with parameters of type BookProcessorConstructor parameters in nl.siegmann.epublib.epub with type arguments of type BookProcessor -
Uses of BookProcessor in nl.siegmann.epublib.fileset
Fields in nl.siegmann.epublib.fileset declared as BookProcessorModifier and TypeFieldDescriptionprivate static final BookProcessorFilesetBookCreator.bookProcessor