Uses of Class
com.adobe.epubcheck.opf.ValidationContext
Packages that use ValidationContext
Package
Description
-
Uses of ValidationContext in com.adobe.epubcheck.api
Methods in com.adobe.epubcheck.api with parameters of type ValidationContextModifier and TypeMethodDescriptionEpubCheckFactory.newInstance(ValidationContext context) static EPUBLocationEPUBLocation.of(ValidationContext context) -
Uses of ValidationContext in com.adobe.epubcheck.bitmap
Constructors in com.adobe.epubcheck.bitmap with parameters of type ValidationContext -
Uses of ValidationContext in com.adobe.epubcheck.css
Fields in com.adobe.epubcheck.css declared as ValidationContextConstructors in com.adobe.epubcheck.css with parameters of type ValidationContextModifierConstructorDescriptionCSSChecker(ValidationContext context) Constructor for CSS files.privateCSSChecker(ValidationContext context, CSSChecker.Mode mode, String value, int line, boolean isStyleAttribute) Constructor for CSS strings (html style attributes and elements) .CSSChecker(ValidationContext context, String value, int line, boolean isStyleAttribute) CSSHandler(ValidationContext context, CSSChecker.Mode mode) -
Uses of ValidationContext in com.adobe.epubcheck.dict
Constructors in com.adobe.epubcheck.dict with parameters of type ValidationContextModifierConstructorDescriptionSearchKeyMapChecker(ValidationContext context) SearchKeyMapHandler(ValidationContext context) -
Uses of ValidationContext in com.adobe.epubcheck.dtbook
Constructors in com.adobe.epubcheck.dtbook with parameters of type ValidationContextModifierConstructorDescriptionDTBookChecker(ValidationContext context) DTBookHandler(ValidationContext context) -
Uses of ValidationContext in com.adobe.epubcheck.ncx
Constructors in com.adobe.epubcheck.ncx with parameters of type ValidationContextModifierConstructorDescriptionNCXChecker(ValidationContext context) NCXHandler(ValidationContext context) -
Uses of ValidationContext in com.adobe.epubcheck.ocf
Fields in com.adobe.epubcheck.ocf declared as ValidationContextModifier and TypeFieldDescriptionprivate final ValidationContextOCFExtensionChecker.contextprivate final ValidationContextOCFZipChecker.contextprivate final ValidationContextPackageDocumentPeeker.contextConstructors in com.adobe.epubcheck.ocf with parameters of type ValidationContextModifierConstructorDescriptionMappingDocumentChecker(ValidationContext context) OCFChecker(ValidationContext context) OCFCheckerState(ValidationContext context) OCFContainerFileChecker(ValidationContext context, OCFCheckerState state) OCFContainerFileHandler(ValidationContext context, OCFCheckerState state) OCFEncryptionFileChecker(ValidationContext context, OCFCheckerState state) OCFEncryptionFileHandler(ValidationContext context, OCFCheckerState state) OCFExtensionChecker(ValidationContext context) OCFFilenameChecker(String filename, ValidationContext context) OCFFilenameChecker(String filename, ValidationContext context, EPUBLocation location) OCFMetaFileChecker(ValidationContext context) OCFZipChecker(ValidationContext context) PackageDocumentPeeker(ValidationContext context, OCFCheckerState state) PackageDocumentPeekerHandler(ValidationContext context, OCFCheckerState state) -
Uses of ValidationContext in com.adobe.epubcheck.opf
Methods in com.adobe.epubcheck.opf that return ValidationContextMethods in com.adobe.epubcheck.opf that return types with arguments of type ValidationContextModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate<ValidationContext> Returns a predicate that evaluates totrueif the given property is declared in the context being tested.static com.google.common.base.Predicate<ValidationContext> ValidationContext.ValidationContextPredicates.hasPubType(PublicationType type) Returns a predicate that evaluates totrueif the given publicationdc:typeis declared in the context being tested.static com.google.common.base.Predicate<ValidationContext> Returns a predicate that evaluates totrueif the context being tested has the given media type.static com.google.common.base.Predicate<ValidationContext> Returns a predicate that evaluates totrueif the context being tested has the given path.static com.google.common.base.Predicate<ValidationContext> ValidationContext.ValidationContextPredicates.profile(EPUBProfile profile) Returns a predicate that evaluates totrueif the context being tested declares the given validation profile.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.Methods in com.adobe.epubcheck.opf with parameters of type ValidationContextModifier and TypeMethodDescriptionstatic OPFItemsOPFItems.build(Map<String, OPFItem.Builder> itemBuilders, Iterable<String> spineIDs, ValidationContext context) Creates a consolidated set ofOPFItemfrom item builders and a list of spine item IDs.private static booleanPublicationResourceChecker.checkResourceCanBeDecrypted(ValidationContext context) private static booleanPublicationResourceChecker.checkResourceExists(ValidationContext context) ValidationContext.ValidationContextBuilder.copy(ValidationContext context) Constructors in com.adobe.epubcheck.opf with parameters of type ValidationContextModifierConstructorDescriptionFallbackChainResolver(Map<String, OPFItem.Builder> items, ValidationContext context) OPFChecker(ValidationContext context) OPFChecker30(ValidationContext context) OPFHandler(ValidationContext context) (package private)OPFHandler30(ValidationContext context) -
Uses of ValidationContext in com.adobe.epubcheck.ops
Constructors in com.adobe.epubcheck.ops with parameters of type ValidationContextModifierConstructorDescriptionOPSChecker(ValidationContext context) OPSHandler(ValidationContext context) OPSHandler30(ValidationContext context) -
Uses of ValidationContext in com.adobe.epubcheck.overlay
Constructors in com.adobe.epubcheck.overlay with parameters of type ValidationContextModifierConstructorDescriptionOverlayChecker(ValidationContext context) OverlayHandler(ValidationContext context) -
Uses of ValidationContext in com.adobe.epubcheck.util
Fields in com.adobe.epubcheck.util with type parameters of type ValidationContextModifier and TypeFieldDescriptionprivate Map<XMLValidators, com.google.common.base.Predicate<? super ValidationContext>> ValidatorMap.validatorsprivate com.google.common.collect.LinkedListMultimap<XMLValidators, com.google.common.base.Predicate<? super ValidationContext>> ValidatorMap.Builder.validatorsBuilderMethods in com.adobe.epubcheck.util with parameters of type ValidationContextModifier and TypeMethodDescriptionValidatorMap.getValidators(ValidationContext context) Returns a list ofXMLValidators applicable to the givenValidationContext, as determined by thePredicateused to build this map.Method parameters in com.adobe.epubcheck.util with type arguments of type ValidationContextModifier and TypeMethodDescriptionValidatorMap.Builder.put(com.google.common.base.Predicate<? super ValidationContext> predicate, XMLValidators validator) Puts the given validator in this map and determines its applicability to a validation context by the given predicate.ValidatorMap.Builder.putAll(com.google.common.base.Predicate<? super ValidationContext> predicate, XMLValidators... validators) Puts all the given validators in this map and determines their applicability to a validation context by the given predicate.Constructor parameters in com.adobe.epubcheck.util with type arguments of type ValidationContextModifierConstructorDescriptionprivateValidatorMap(Map<XMLValidators, com.google.common.base.Predicate<? super ValidationContext>> validators) -
Uses of ValidationContext in com.adobe.epubcheck.vocab
Methods in com.adobe.epubcheck.vocab with parameters of type ValidationContextModifier and TypeMethodDescriptionbooleanPackageVocabs.LINKREL_PROPERTIES.isAllowed(ValidationContext context) booleanProperty.isAllowed(ValidationContext context) Returns whether this property is allowed in the given validation context.booleanPropertyStatus.isAllowed(ValidationContext context) booleanRenditionVocabs.ITEMREF_PROPERTIES.isAllowed(ValidationContext context) booleanRenditionVocabs.META_PROPERTIES.isAllowed(ValidationContext context) booleanStructureVocab.EPUB_TYPES.isAllowed(ValidationContext context) VocabUtil.parseProperties(String value, Map<String, ? extends Vocab> vocabs, boolean isList, ValidationContext context, EPUBLocation location) static com.google.common.base.Optional<Property> VocabUtil.parseProperty(String value, Map<String, Vocab> vocabs, ValidationContext context, EPUBLocation location) Parses a single property value and report validation errors on the fly.VocabUtil.parsePropertyList(String value, Map<String, ? extends Vocab> vocabs, ValidationContext context, EPUBLocation location) Parses a space-separated list of property values, and report validation errors on the fly. -
Uses of ValidationContext in com.adobe.epubcheck.xml
Fields in com.adobe.epubcheck.xml declared as ValidationContextConstructors in com.adobe.epubcheck.xml with parameters of type ValidationContext -
Uses of ValidationContext in com.adobe.epubcheck.xml.handlers
Fields in com.adobe.epubcheck.xml.handlers declared as ValidationContextModifier and TypeFieldDescriptionprivate final ValidationContextLocationHandler.contextprivate final ValidationContextPreprocessingDefaultHandler.contextprivate final ValidationContextReportingErrorHandler.contextprotected final ValidationContextXMLHandler.contextMethods in com.adobe.epubcheck.xml.handlers with parameters of type ValidationContextModifier and TypeMethodDescriptionstatic EPUBLocationLocationHandler.location(ValidationContext context, Locator locator) Constructors in com.adobe.epubcheck.xml.handlers with parameters of type ValidationContextModifierConstructorDescriptionBaseURLHandler(ValidationContext context) BaseURLHandler(ValidationContext context, io.mola.galimatias.URL baseURL) DeclarationHandler(ValidationContext context, SAXParser parser) LocationHandler(ValidationContext context) PreprocessingDefaultHandler(DefaultHandler handler, ValidationContext context) ReportingErrorHandler(ValidationContext context) ReportingErrorHandler(ValidationContext context, boolean normative) XMLHandler(ValidationContext context) XMLHandler(ValidationContext context, io.mola.galimatias.URL baseURL) -
Uses of ValidationContext in org.w3c.epubcheck.core
Fields in org.w3c.epubcheck.core declared as ValidationContextMethods in org.w3c.epubcheck.core with parameters of type ValidationContextModifier and TypeMethodDescriptionstatic CheckerCheckerFactory.newChecker(ValidationContext context) Constructors in org.w3c.epubcheck.core with parameters of type ValidationContext -
Uses of ValidationContext in org.w3c.epubcheck.core.references
Fields in org.w3c.epubcheck.core.references declared as ValidationContextConstructors in org.w3c.epubcheck.core.references with parameters of type ValidationContextModifierConstructorDescriptionURLChecker(ValidationContext context) URLChecker(ValidationContext context, io.mola.galimatias.URL baseURL)