Class SectionHrefSanityCheckBookProcessor
- java.lang.Object
-
- nl.siegmann.epublib.bookprocessor.SectionHrefSanityCheckBookProcessor
-
- All Implemented Interfaces:
BookProcessor
public class SectionHrefSanityCheckBookProcessor extends java.lang.Object implements BookProcessor
Removes Sections from the page flow that differ only from the previous section's href by the '#' in the url.
-
-
Field Summary
-
Fields inherited from interface nl.siegmann.epublib.epub.BookProcessor
IDENTITY_BOOKPROCESSOR
-
-
Constructor Summary
Constructors Constructor Description SectionHrefSanityCheckBookProcessor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static java.util.List<SpineReference>checkSpineReferences(Spine spine)BookprocessBook(Book book)
-
-
-
Method Detail
-
processBook
public Book processBook(Book book)
- Specified by:
processBookin interfaceBookProcessor
-
checkSpineReferences
private static java.util.List<SpineReference> checkSpineReferences(Spine spine)
-
-