Package com.adobe.epubcheck.ops
Class OPSChecker
- java.lang.Object
-
- org.w3c.epubcheck.core.AbstractChecker
-
- com.adobe.epubcheck.opf.PublicationResourceChecker
-
- com.adobe.epubcheck.ops.OPSChecker
-
- All Implemented Interfaces:
Checker
public class OPSChecker 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 OPSChecker(ValidationContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancheckContent()(package private) voidvalidate(java.util.List<XMLValidator> validators)-
Methods inherited from class com.adobe.epubcheck.opf.PublicationResourceChecker
check, checkPublicationAfterContent, checkPublicationBeforeContent
-
-
-
-
Field Detail
-
validatorMap
private static final ValidatorMap validatorMap
-
-
Constructor Detail
-
OPSChecker
public OPSChecker(ValidationContext context)
-
-
Method Detail
-
checkContent
protected boolean checkContent()
- Overrides:
checkContentin classPublicationResourceChecker
-
validate
void validate(java.util.List<XMLValidator> validators) throws java.io.IOException
- Throws:
java.io.IOException
-
-