Uses of Enum Class
com.adobe.epubcheck.util.EPUBVersion
Packages that use EPUBVersion
Package
Description
-
Uses of EPUBVersion in com.adobe.epubcheck.css
Fields in com.adobe.epubcheck.css declared as EPUBVersion -
Uses of EPUBVersion in com.adobe.epubcheck.ocf
Fields in com.adobe.epubcheck.ocf declared as EPUBVersionModifier and TypeFieldDescriptionprivate final EPUBVersionOCFFilenameChecker.versionprivate EPUBVersionPackageDocumentData.Builder.versionprivate final EPUBVersionPackageDocumentData.versionFields in com.adobe.epubcheck.ocf with type parameters of type EPUBVersionModifier and TypeFieldDescriptionprivate final Map<io.mola.galimatias.URL, EPUBVersion> OCFCheckerState.publicationVersionsMethods in com.adobe.epubcheck.ocf that return EPUBVersionModifier and TypeMethodDescriptionprivate EPUBVersionOCFChecker.checkPublicationVersion(OCFCheckerState state) OCFCheckerState.getPublicationVersion(io.mola.galimatias.URL url) PackageDocumentData.getVersion()Methods in com.adobe.epubcheck.ocf that return types with arguments of type EPUBVersionMethods in com.adobe.epubcheck.ocf with parameters of type EPUBVersionModifier and TypeMethodDescriptionvoidOCFCheckerState.addVersion(io.mola.galimatias.URL url, EPUBVersion version) private EPUBProfileOCFChecker.checkPublicationProfile(OCFCheckerState state, EPUBVersion validationVersion) voidOCFCheckerState.setVersion(EPUBVersion validationVersion) PackageDocumentData.Builder.withVersion(EPUBVersion version) -
Uses of EPUBVersion in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf declared as EPUBVersionModifier and TypeFieldDescriptionprivate final EPUBVersionFallbackChainResolver.versionprotected final EPUBVersionOPFChecker.versionprivate EPUBVersionValidationContext.ValidationContextBuilder.versionfinal EPUBVersionValidationContext.versionThe EPUB version being used for validation.Methods in com.adobe.epubcheck.opf with parameters of type EPUBVersionModifier and TypeMethodDescriptionstatic booleanOPFChecker.isBlessedImageType(String type, EPUBVersion version) static booleanOPFChecker.isBlessedItemType(String type, EPUBVersion version) ValidationContext.ValidationContextBuilder.version(EPUBVersion version) static com.google.common.base.Predicate<ValidationContext> ValidationContext.ValidationContextPredicates.version(EPUBVersion version) Returns a predicate that evaluates totrueif the context being tested declares the given EPUB version. -
Uses of EPUBVersion in com.adobe.epubcheck.tool
Fields in com.adobe.epubcheck.tool declared as EPUBVersionMethods in com.adobe.epubcheck.tool with parameters of type EPUBVersionModifier and TypeMethodDescription(package private) intEpubChecker.validateFile(String path, EPUBVersion version, Report report, EPUBProfile profile) -
Uses of EPUBVersion in com.adobe.epubcheck.util
Fields in com.adobe.epubcheck.util declared as EPUBVersionMethods in com.adobe.epubcheck.util that return EPUBVersionModifier and TypeMethodDescriptionstatic EPUBVersionReturns the enum constant of this class with the specified name.static EPUBVersion[]EPUBVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.adobe.epubcheck.util with parameters of type EPUBVersion -
Uses of EPUBVersion in com.adobe.epubcheck.xml.handlers
Fields in com.adobe.epubcheck.xml.handlers declared as EPUBVersionModifier and TypeFieldDescriptionprivate final EPUBVersionDeclarationHandler.versionprivate final EPUBVersionDefaultResolver.versionConstructors in com.adobe.epubcheck.xml.handlers with parameters of type EPUBVersion -
Uses of EPUBVersion in org.w3c.epubcheck.core.references
Fields in org.w3c.epubcheck.core.references declared as EPUBVersion