Package com.adobe.epubcheck.ocf
Class OCFMetaFileChecker
- java.lang.Object
-
- org.w3c.epubcheck.core.AbstractChecker
-
- com.adobe.epubcheck.ocf.OCFMetaFileChecker
-
- All Implemented Interfaces:
Checker
class OCFMetaFileChecker extends AbstractChecker
-
-
Field Summary
Fields Modifier and Type Field Description private static ValidatorMapvalidatorMap-
Fields inherited from class org.w3c.epubcheck.core.AbstractChecker
context, report
-
-
Constructor Summary
Constructors Constructor Description OCFMetaFileChecker(ValidationContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck()
-
-
-
Field Detail
-
validatorMap
private static final ValidatorMap validatorMap
-
-
Constructor Detail
-
OCFMetaFileChecker
public OCFMetaFileChecker(ValidationContext context)
-
-