Class XslBookProcessor
java.lang.Object
nl.siegmann.epublib.bookprocessor.HtmlBookProcessor
nl.siegmann.epublib.bookprocessor.XslBookProcessor
- All Implemented Interfaces:
BookProcessor
Uses the given xslFile to process all html resources of a Book.
-
Field Summary
FieldsFields inherited from class nl.siegmann.epublib.bookprocessor.HtmlBookProcessor
OUTPUT_ENCODINGFields inherited from interface nl.siegmann.epublib.epub.BookProcessor
IDENTITY_BOOKPROCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]processHtml(Resource resource, Book book, String encoding) Methods inherited from class nl.siegmann.epublib.bookprocessor.HtmlBookProcessor
processBookMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nl.siegmann.epublib.epub.BookProcessor
processBook
-
Field Details
-
log
private static final org.slf4j.Logger log -
transformer
-
-
Constructor Details
-
XslBookProcessor
-
-
Method Details
-
processHtml
- Specified by:
processHtmlin classHtmlBookProcessor- Throws:
IOException
-