Package com.adobe.epubcheck.ncx
Class NCXChecker
- java.lang.Object
-
- org.w3c.epubcheck.core.AbstractChecker
-
- com.adobe.epubcheck.opf.PublicationResourceChecker
-
- com.adobe.epubcheck.ncx.NCXChecker
-
- All Implemented Interfaces:
Checker
public class NCXChecker extends PublicationResourceChecker
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringncxId-
Fields inherited from class org.w3c.epubcheck.core.AbstractChecker
context, report
-
-
Constructor Summary
Constructors Constructor Description NCXChecker(ValidationContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancheckContent()protected booleancheckPublicationAfterContent()-
Methods inherited from class com.adobe.epubcheck.opf.PublicationResourceChecker
check, checkPublicationBeforeContent
-
-
-
-
Constructor Detail
-
NCXChecker
public NCXChecker(ValidationContext context)
-
-
Method Detail
-
checkContent
protected boolean checkContent()
- Overrides:
checkContentin classPublicationResourceChecker
-
checkPublicationAfterContent
protected boolean checkPublicationAfterContent()
- Overrides:
checkPublicationAfterContentin classPublicationResourceChecker
-
-