Class OPFChecker
java.lang.Object
org.w3c.epubcheck.core.AbstractChecker
com.adobe.epubcheck.opf.OPFChecker
- All Implemented Interfaces:
Checker
- Direct Known Subclasses:
OPFChecker30
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OPFHandlerprotected final Stringprivate static final ValidatorMapprotected final EPUBVersionFields inherited from class AbstractChecker
context, report -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheck()protected booleanprotected voidprotected voidcheckItem(OPFItem item, OPFHandler opfHandler) protected voidprotected voidcheckItemContent(OPFItem item) protected booleanprotected voidcheckSpineItem(OPFItem item, OPFHandler opfHandler) protected voidstatic booleanstatic booleanisBlessedImageType(String type, EPUBVersion version) static booleanisBlessedItemType(String type, EPUBVersion version) static booleanisBlessedStyleType(String type) static booleanstatic booleanstatic booleanisScriptType(String type)
-
Field Details
-
validatorMap
-
path
-
version
-
opfHandler
-
-
Constructor Details
-
OPFChecker
-
-
Method Details
-
check
public void check() -
checkPackage
protected boolean checkPackage() -
checkItemAfterResourceValidation
-
checkGuide
protected void checkGuide() -
initHandler
protected void initHandler() -
getOPFHandler
-
checkContent
protected boolean checkContent() -
isBlessedItemType
-
isDeprecatedBlessedItemType
-
isBlessedStyleType
-
isDeprecatedBlessedStyleType
-
isBlessedImageType
-
isBlessedFontMimetype20
-
isScriptType
-
checkItem
-
checkItemContent
-
checkSpineItem
-