Class OPFChecker30

All Implemented Interfaces:
Checker

public class OPFChecker30 extends OPFChecker
  • Constructor Details

  • Method Details

    • initHandler

      public void initHandler()
      Overrides:
      initHandler in class OPFChecker
    • checkPackage

      protected boolean checkPackage()
      Overrides:
      checkPackage in class OPFChecker
    • checkContent

      protected boolean checkContent()
      Overrides:
      checkContent in class OPFChecker
    • checkItem

      protected void checkItem(OPFItem item, OPFHandler opfHandler)
      Overrides:
      checkItem in class OPFChecker
    • checkItemAfterResourceValidation

      protected void checkItemAfterResourceValidation(OPFItem item)
      Overrides:
      checkItemAfterResourceValidation in class OPFChecker
    • checkSpineItem

      protected void checkSpineItem(OPFItem item, OPFHandler opfHandler)
      Overrides:
      checkSpineItem in class OPFChecker
    • checkCollections

      private void checkCollections()
    • checkCollectionsContent

      private void checkCollectionsContent()
    • checkDictCollection

      private void checkDictCollection(ResourceCollection collection)
    • checkDictCollectionContent

      private void checkDictCollectionContent(ResourceCollection collection)
    • checkIndexCollection

      private void checkIndexCollection(ResourceCollection collection)
    • checkPreviewCollection

      private void checkPreviewCollection(ResourceCollection collection)
    • checkLinkedResources

      private void checkLinkedResources()
    • checkMediaOverlaysDuration

      private void checkMediaOverlaysDuration()
    • checkPagination

      private void checkPagination()
    • checkSemantics

      private void checkSemantics()
    • checkNav

      private void checkNav()
    • checkSpecifics

      private void checkSpecifics()
    • isAudioType

      public static boolean isAudioType(String type)
    • isBlessedAudioType

      public static boolean isBlessedAudioType(String type)
    • isVideoType

      public static boolean isVideoType(String type)
    • isBlessedVideoType

      public static boolean isBlessedVideoType(String type)
    • isCommonVideoType

      public static boolean isCommonVideoType(String type)
    • isFontType

      public static boolean isFontType(String type)
    • isBlessedFontType

      public static boolean isBlessedFontType(String type)
    • isBlessedScriptType

      public static boolean isBlessedScriptType(String type)
    • isCoreMediaType

      public static boolean isCoreMediaType(String type)
    • getPreferredMediaType

      public static String getPreferredMediaType(String type, String path)