epubcheck
epubcheck copied to clipboard
Internal refactoring of the checkers API
- unify
ContentChecker/DocumentValidatorinto a newCheckerinterface - refactor checkers into
AbstractChecker(default empty implementation) +PublicationResourceChecker(contains boilerplate code shared by resource checkers) - introduced a new
MIMETypeutility enum (replacing public static strings) - all the new APIs are located in new
org.w3c.epubcheck.*packages