Package com.adobe.epubcheck.nav
Class NavChecker
- java.lang.Object
-
- org.w3c.epubcheck.core.AbstractChecker
-
- com.adobe.epubcheck.opf.PublicationResourceChecker
-
- com.adobe.epubcheck.nav.NavChecker
-
- All Implemented Interfaces:
Checker
public class NavChecker extends PublicationResourceChecker
-
-
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 NavChecker(ValidationContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancheckContent()-
Methods inherited from class com.adobe.epubcheck.opf.PublicationResourceChecker
check, checkPublicationAfterContent, checkPublicationBeforeContent
-
-
-
-
Field Detail
-
validatorMap
private static final ValidatorMap validatorMap
-
-
Constructor Detail
-
NavChecker
public NavChecker(ValidationContext context)
-
-
Method Detail
-
checkContent
protected boolean checkContent()
- Overrides:
checkContentin classPublicationResourceChecker
-
-