Uses of Class
com.adobe.epubcheck.opf.ValidationContext
-
-
Uses of ValidationContext in com.adobe.epubcheck.api
Methods in com.adobe.epubcheck.api with parameters of type ValidationContext Modifier and Type Method Description CheckerEpubCheckFactory. 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 Constructor Description BitmapChecker(ValidationContext context) -
Uses of ValidationContext in com.adobe.epubcheck.css
Fields in com.adobe.epubcheck.css declared as ValidationContext Modifier and Type Field Description (package private) ValidationContextCSSHandler. contextConstructors in com.adobe.epubcheck.css with parameters of type ValidationContext Constructor Description CSSChecker(ValidationContext context)Constructor for CSS files.CSSChecker(ValidationContext context, CSSChecker.Mode mode, java.lang.String value, int line, boolean isStyleAttribute)Constructor for CSS strings (html style attributes and elements) .CSSChecker(ValidationContext context, java.lang.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 ValidationContext Constructor Description SearchKeyMapChecker(ValidationContext context)SearchKeyMapHandler(ValidationContext context) -
Uses of ValidationContext in com.adobe.epubcheck.dtbook
Constructors in com.adobe.epubcheck.dtbook with parameters of type ValidationContext Constructor Description DTBookChecker(ValidationContext context)DTBookHandler(ValidationContext context) -
Uses of ValidationContext in com.adobe.epubcheck.nav
Constructors in com.adobe.epubcheck.nav with parameters of type ValidationContext Constructor Description NavChecker(ValidationContext context)NavHandler(ValidationContext context) -
Uses of ValidationContext in com.adobe.epubcheck.ncx
Constructors in com.adobe.epubcheck.ncx with parameters of type ValidationContext Constructor Description NCXChecker(ValidationContext context)NCXHandler(ValidationContext context) -
Uses of ValidationContext in com.adobe.epubcheck.ocf
Fields in com.adobe.epubcheck.ocf declared as ValidationContext Modifier and Type Field Description private ValidationContextOCFExtensionChecker. contextprivate ValidationContextOCFZipChecker. contextprivate ValidationContextPackageDocumentPeeker. context -
Uses of ValidationContext in com.adobe.epubcheck.opf
Methods in com.adobe.epubcheck.opf that return ValidationContext Modifier and Type Method Description ValidationContextValidationContext.ValidationContextBuilder. build()Methods in com.adobe.epubcheck.opf that return types with arguments of type ValidationContext Modifier and Type Method Description static com.google.common.base.Predicate<ValidationContext>ValidationContext.ValidationContextPredicates. hasProp(Property property)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>ValidationContext.ValidationContextPredicates. mimetype(java.lang.String mimetype)Returns a predicate that evaluates totrueif the context being tested has the given media type.static com.google.common.base.Predicate<ValidationContext>ValidationContext.ValidationContextPredicates. path(java.lang.String path)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 ValidationContext Modifier and Type Method Description static OPFItemsOPFItems. build(java.util.Map<java.lang.String,OPFItem.Builder> itemBuilders, java.lang.Iterable<java.lang.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.ValidationContextBuilderValidationContext.ValidationContextBuilder. copy(ValidationContext context)Constructors in com.adobe.epubcheck.opf with parameters of type ValidationContext Constructor Description FallbackChainResolver(java.util.Map<java.lang.String,OPFItem.Builder> items, ValidationContext context)OPFChecker(ValidationContext context)OPFChecker30(ValidationContext context)OPFHandler(ValidationContext context)OPFHandler30(ValidationContext context)PublicationResourceChecker(ValidationContext context)ValidationContextBuilder(ValidationContext context) -
Uses of ValidationContext in com.adobe.epubcheck.ops
Constructors in com.adobe.epubcheck.ops with parameters of type ValidationContext Constructor Description OPSChecker(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 ValidationContext Constructor Description OverlayChecker(ValidationContext context)OverlayHandler(ValidationContext context) -
Uses of ValidationContext in com.adobe.epubcheck.util
Fields in com.adobe.epubcheck.util with type parameters of type ValidationContext Modifier and Type Field Description private java.util.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 ValidationContext Modifier and Type Method Description java.util.List<XMLValidator>ValidatorMap. 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 ValidationContext Modifier and Type Method Description ValidatorMap.BuilderValidatorMap.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.BuilderValidatorMap.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 ValidationContext Constructor Description ValidatorMap(java.util.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 ValidationContext Modifier and Type Method Description booleanPackageVocabs.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)private static java.util.Set<Property>VocabUtil. parseProperties(java.lang.String value, java.util.Map<java.lang.String,? extends Vocab> vocabs, boolean isList, ValidationContext context, EPUBLocation location)static com.google.common.base.Optional<Property>VocabUtil. parseProperty(java.lang.String value, java.util.Map<java.lang.String,Vocab> vocabs, ValidationContext context, EPUBLocation location)Parses a single property value and report validation errors on the fly.static java.util.Set<Property>VocabUtil. parsePropertyList(java.lang.String value, java.util.Map<java.lang.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 ValidationContext Modifier and Type Field Description private ValidationContextXMLParser. contextConstructors in com.adobe.epubcheck.xml with parameters of type ValidationContext Constructor Description XMLParser(ValidationContext context) -
Uses of ValidationContext in com.adobe.epubcheck.xml.handlers
Fields in com.adobe.epubcheck.xml.handlers declared as ValidationContext Modifier and Type Field Description private ValidationContextLocationHandler. contextprivate ValidationContextPreprocessingDefaultHandler. contextprivate ValidationContextReportingErrorHandler. contextprotected ValidationContextXMLHandler. contextMethods in com.adobe.epubcheck.xml.handlers with parameters of type ValidationContext Modifier and Type Method Description static EPUBLocationLocationHandler. location(ValidationContext context, org.xml.sax.Locator locator)Constructors in com.adobe.epubcheck.xml.handlers with parameters of type ValidationContext Constructor Description BaseURLHandler(ValidationContext context)BaseURLHandler(ValidationContext context, io.mola.galimatias.URL baseURL)DeclarationHandler(ValidationContext context, javax.xml.parsers.SAXParser parser)LocationHandler(ValidationContext context)PreprocessingDefaultHandler(org.xml.sax.helpers.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 ValidationContext Modifier and Type Field Description protected ValidationContextAbstractChecker. contextMethods in org.w3c.epubcheck.core with parameters of type ValidationContext Modifier and Type Method Description static CheckerCheckerFactory. newChecker(ValidationContext context)Constructors in org.w3c.epubcheck.core with parameters of type ValidationContext Constructor Description AbstractChecker(ValidationContext context) -
Uses of ValidationContext in org.w3c.epubcheck.core.references
Fields in org.w3c.epubcheck.core.references declared as ValidationContext Modifier and Type Field Description private ValidationContextURLChecker. contextConstructors in org.w3c.epubcheck.core.references with parameters of type ValidationContext Constructor Description ResourceReferencesChecker(ValidationContext context)URLChecker(ValidationContext context)URLChecker(ValidationContext context, io.mola.galimatias.URL baseURL)
-