Uses of Interface
com.adobe.epubcheck.api.Report
Packages that use Report
Package
Description
-
Uses of Report in com.adobe.epubcheck.api
Subinterfaces of Report in com.adobe.epubcheck.apiModifier and TypeInterfaceDescriptioninterfaceExtends theReportinterface with a method to configure the locale used to report messages.Classes in com.adobe.epubcheck.api that implement ReportModifier and TypeClassDescriptionclassReports are derived from this so that we can test for message Id coverage as well as have a centralized location for severity reporting level testing.final classFields in com.adobe.epubcheck.api declared as ReportModifier and TypeFieldDescriptionstatic final ReportQuietReport.INSTANCEprivate final ReportEpubCheck.reportConstructors in com.adobe.epubcheck.api with parameters of type ReportModifierConstructorDescriptionCreate an epub validator to validate the given file and report issues to a given Report object.EpubCheck(File epubFile, Report report, EPUBProfile profile) Create an epub validator to validate the given file and report issues to a given Report object.EpubCheck(InputStream inputStream, Report report, String uri) EpubCheck(InputStream inputStream, Report report, String uri, EPUBProfile profile) -
Uses of Report in com.adobe.epubcheck.css
Fields in com.adobe.epubcheck.css declared as Report -
Uses of Report in com.adobe.epubcheck.messages
Fields in com.adobe.epubcheck.messages declared as ReportConstructors in com.adobe.epubcheck.messages with parameters of type ReportModifierConstructorDescriptionOverriddenMessageDictionary(File overrideFile, Report report) OverriddenMessages(File overrideFile, Report report) -
Uses of Report in com.adobe.epubcheck.ocf
Fields in com.adobe.epubcheck.ocf declared as Report -
Uses of Report in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf declared as ReportModifier and TypeFieldDescriptionprivate final ReportFallbackChainResolver.reportfinal ReportValidationContext.reportThe report object used to log validation messages.private ReportValidationContext.ValidationContextBuilder.reportMethods in com.adobe.epubcheck.opf with parameters of type ReportModifier and TypeMethodDescription -
Uses of Report in com.adobe.epubcheck.reporting
Classes in com.adobe.epubcheck.reporting that implement Report -
Uses of Report in com.adobe.epubcheck.tool
Methods in com.adobe.epubcheck.tool that return ReportMethods in com.adobe.epubcheck.tool with parameters of type ReportModifier and TypeMethodDescriptionprivate voidEpubChecker.dumpMessageDictionary(Report report) private voidEpubChecker.printEpubCheckCompleted(Report report) private intEpubChecker.processFile(Report report) (package private) intEpubChecker.validateFile(String path, EPUBVersion version, Report report, EPUBProfile profile) -
Uses of Report in com.adobe.epubcheck.util
Classes in com.adobe.epubcheck.util that implement ReportModifier and TypeClassDescriptionclassclassclassAbstract class to generate a report in XML.classclass -
Uses of Report in com.adobe.epubcheck.vocab
Methods in com.adobe.epubcheck.vocab with parameters of type ReportModifier and TypeMethodDescriptionVocabUtil.parsePrefixDeclaration(String value, Map<String, ? extends Vocab> predefined, Map<String, ? extends Vocab> known, Set<String> forbidden, Report report, EPUBLocation location) Parses a prefix attribute value and returns a map of prefixes to vocabularies, given a pre-existing set of reserved prefixes, known vocabularies, and default vocabularies that cannot be re-declared.PrefixDeclarationParser.parsePrefixMappings(String value, Report report, EPUBLocation location) Parses a prefix declaration attribute into a map of prefixes to URI strings. -
Uses of Report in com.adobe.epubcheck.xml
Fields in com.adobe.epubcheck.xml declared as Report -
Uses of Report in com.adobe.epubcheck.xml.handlers
Fields in com.adobe.epubcheck.xml.handlers declared as Report -
Uses of Report in org.w3c.epubcheck.core
Fields in org.w3c.epubcheck.core declared as Report -
Uses of Report in org.w3c.epubcheck.core.references
Fields in org.w3c.epubcheck.core.references declared as Report