Uses of Class
com.adobe.epubcheck.util.EPUBVersion
-
-
Uses of EPUBVersion in com.adobe.epubcheck.css
Fields in com.adobe.epubcheck.css declared as EPUBVersion Modifier and Type Field Description (package private) EPUBVersionCSSHandler. version -
Uses of EPUBVersion in com.adobe.epubcheck.ocf
Fields in com.adobe.epubcheck.ocf declared as EPUBVersion Modifier and Type Field Description private EPUBVersionOCFFilenameChecker. versionprivate EPUBVersionPackageDocumentData.Builder. versionprivate EPUBVersionPackageDocumentData. versionFields in com.adobe.epubcheck.ocf with type parameters of type EPUBVersion Modifier and Type Field Description private java.util.Map<io.mola.galimatias.URL,EPUBVersion>OCFCheckerState. publicationVersionsMethods in com.adobe.epubcheck.ocf that return EPUBVersion Modifier and Type Method Description private EPUBVersionOCFChecker. checkPublicationVersion(OCFCheckerState state)EPUBVersionOCFCheckerState. getPublicationVersion(io.mola.galimatias.URL url)EPUBVersionPackageDocumentData. getVersion()Methods in com.adobe.epubcheck.ocf that return types with arguments of type EPUBVersion Modifier and Type Method Description java.util.Optional<EPUBVersion>OCFCheckerState. getPublicationVersion()Methods in com.adobe.epubcheck.ocf with parameters of type EPUBVersion Modifier and Type Method Description voidOCFCheckerState. addVersion(io.mola.galimatias.URL url, EPUBVersion version)private EPUBProfileOCFChecker. checkPublicationProfile(OCFCheckerState state, EPUBVersion validationVersion)voidOCFCheckerState. setVersion(EPUBVersion validationVersion)PackageDocumentData.BuilderPackageDocumentData.Builder. withVersion(EPUBVersion version) -
Uses of EPUBVersion in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf declared as EPUBVersion Modifier and Type Field Description private EPUBVersionFallbackChainResolver. versionprotected EPUBVersionOPFChecker. versionprivate EPUBVersionValidationContext.ValidationContextBuilder. versionEPUBVersionValidationContext. versionThe EPUB version being used for validation.Methods in com.adobe.epubcheck.opf with parameters of type EPUBVersion Modifier and Type Method Description static booleanOPFChecker. isBlessedImageType(java.lang.String type, EPUBVersion version)static booleanOPFChecker. isBlessedItemType(java.lang.String type, EPUBVersion version)ValidationContext.ValidationContextBuilderValidationContext.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 EPUBVersion Modifier and Type Field Description (package private) EPUBVersionEpubChecker. versionMethods in com.adobe.epubcheck.tool with parameters of type EPUBVersion Modifier and Type Method Description (package private) intEpubChecker. validateFile(java.lang.String path, EPUBVersion version, Report report, EPUBProfile profile) -
Uses of EPUBVersion in com.adobe.epubcheck.util
Fields in com.adobe.epubcheck.util declared as EPUBVersion Modifier and Type Field Description EPUBVersionOPSType. versionMethods in com.adobe.epubcheck.util that return EPUBVersion Modifier and Type Method Description static EPUBVersionEPUBVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EPUBVersion[]EPUBVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.adobe.epubcheck.util with parameters of type EPUBVersion Constructor Description OPSType(java.lang.String mimeType, EPUBVersion version) -
Uses of EPUBVersion in com.adobe.epubcheck.xml.handlers
Fields in com.adobe.epubcheck.xml.handlers declared as EPUBVersion Modifier and Type Field Description private EPUBVersionDeclarationHandler. versionprivate EPUBVersionDefaultResolver. versionConstructors in com.adobe.epubcheck.xml.handlers with parameters of type EPUBVersion Constructor Description DefaultResolver(EPUBVersion version) -
Uses of EPUBVersion in org.w3c.epubcheck.core.references
Fields in org.w3c.epubcheck.core.references declared as EPUBVersion Modifier and Type Field Description private EPUBVersionResourceReferencesChecker. version
-