Class SectionTitleBookProcessor
java.lang.Object
nl.siegmann.epublib.bookprocessor.SectionTitleBookProcessor
- All Implemented Interfaces:
BookProcessor
-
Field Summary
Fields inherited from interface BookProcessor
IDENTITY_BOOKPROCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate XPathprivate StringgetTitle(TOCReference tocReference, Book book, XPath xpath) processBook(Book book) private voidprocessSections(List<TOCReference> tocReferences, Book book, XPath xpath)
-
Constructor Details
-
SectionTitleBookProcessor
public SectionTitleBookProcessor()
-
-
Method Details
-
processBook
- Specified by:
processBookin interfaceBookProcessor
-
processSections
-
getTitle
private String getTitle(TOCReference tocReference, Book book, XPath xpath) throws IOException, XPathExpressionException - Throws:
IOExceptionXPathExpressionException
-
createXPathExpression
-