Package com.adobe.epubcheck.ocf
Class MappingDocumentChecker
- java.lang.Object
-
- org.w3c.epubcheck.core.AbstractChecker
-
- com.adobe.epubcheck.ocf.MappingDocumentChecker
-
- All Implemented Interfaces:
Checker
class MappingDocumentChecker 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 MappingDocumentChecker(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
-
MappingDocumentChecker
public MappingDocumentChecker(ValidationContext context)
-
-