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 HtmlBookProcessor
OUTPUT_ENCODINGFields inherited from interface BookProcessor
IDENTITY_BOOKPROCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]processHtml(Resource resource, Book book, String encoding) Methods inherited from class HtmlBookProcessor
processBookMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-