Uses of Interface
nl.siegmann.epublib.epub.BookProcessor
-
Packages that use BookProcessor Package Description nl.siegmann.epublib nl.siegmann.epublib.bookprocessor The classes in this package are used for post-processing Books.nl.siegmann.epublib.epub nl.siegmann.epublib.fileset -
-
Uses of BookProcessor in nl.siegmann.epublib
Methods in nl.siegmann.epublib that return types with arguments of type BookProcessor Modifier and Type Method Description private static java.util.List<BookProcessor>Fileset2Epub. createBookProcessors(java.util.List<java.lang.String> bookProcessorNames) -
Uses of BookProcessor in nl.siegmann.epublib.bookprocessor
Classes in nl.siegmann.epublib.bookprocessor that implement BookProcessor Modifier and Type Class Description classCoverpageBookProcessorIf the book contains a cover image then this will add a cover page to the book.classDefaultBookProcessorPipelineA book processor that combines several other bookprocessors Fixes coverpage/coverimage.classFixIdentifierBookProcessorIf the book has no identifier it adds a generated UUID as identifier.classFixMissingResourceBookProcessorclassHtmlBookProcessorHelper class for BookProcessors that only manipulate html type resources.classHtmlCleanerBookProcessorCleans up regular html into xhtml.classHtmlSplitterBookProcessorIn the future this will split up too large html documents into smaller ones.classSectionHrefSanityCheckBookProcessorRemoves Sections from the page flow that differ only from the previous section's href by the '#' in the url.classSectionTitleBookProcessorclassTextReplaceBookProcessorCleans up regular html into xhtml.classXslBookProcessorUses the given xslFile to process all html resources of a Book.Methods in nl.siegmann.epublib.bookprocessor that return types with arguments of type BookProcessor Modifier and Type Method Description private static java.util.List<BookProcessor>DefaultBookProcessorPipeline. createDefaultBookProcessors() -
Uses of BookProcessor in nl.siegmann.epublib.epub
Classes in nl.siegmann.epublib.epub that implement BookProcessor Modifier and Type Class Description classBookProcessorPipelineA book processor that combines several other bookprocessors Fixes coverpage/coverimage.Fields in nl.siegmann.epublib.epub declared as BookProcessor Modifier and Type Field Description private BookProcessorEpubReader. bookProcessorprivate BookProcessorEpubWriter. bookProcessorstatic BookProcessorBookProcessor. IDENTITY_BOOKPROCESSORA BookProcessor that returns the input book unchanged.Fields in nl.siegmann.epublib.epub with type parameters of type BookProcessor Modifier and Type Field Description private java.util.List<BookProcessor>BookProcessorPipeline. bookProcessorsMethods in nl.siegmann.epublib.epub that return BookProcessor Modifier and Type Method Description BookProcessorEpubWriter. getBookProcessor()Methods in nl.siegmann.epublib.epub that return types with arguments of type BookProcessor Modifier and Type Method Description java.util.List<BookProcessor>BookProcessorPipeline. getBookProcessors()Methods in nl.siegmann.epublib.epub with parameters of type BookProcessor Modifier and Type Method Description voidBookProcessorPipeline. addBookProcessor(BookProcessor bookProcessor)voidEpubWriter. setBookProcessor(BookProcessor bookProcessor)Method parameters in nl.siegmann.epublib.epub with type arguments of type BookProcessor Modifier and Type Method Description voidBookProcessorPipeline. addBookProcessors(java.util.Collection<BookProcessor> bookProcessors)voidBookProcessorPipeline. setBookProcessingPipeline(java.util.List<BookProcessor> bookProcessingPipeline)Constructors in nl.siegmann.epublib.epub with parameters of type BookProcessor Constructor Description EpubWriter(BookProcessor bookProcessor)Constructor parameters in nl.siegmann.epublib.epub with type arguments of type BookProcessor Constructor Description BookProcessorPipeline(java.util.List<BookProcessor> bookProcessingPipeline) -
Uses of BookProcessor in nl.siegmann.epublib.fileset
Fields in nl.siegmann.epublib.fileset declared as BookProcessor Modifier and Type Field Description private static BookProcessorFilesetBookCreator. bookProcessor
-