Uses of Interface
com.adobe.epubcheck.api.Report
-
-
Uses of Report in com.adobe.epubcheck.api
Subinterfaces of Report in com.adobe.epubcheck.api Modifier and Type Interface Description interfaceLocalizableReportExtends theReportinterface with a method to configure the locale used to report messages.Classes in com.adobe.epubcheck.api that implement Report Modifier and Type Class Description classMasterReportReports 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.classQuietReportFields in com.adobe.epubcheck.api declared as Report Modifier and Type Field Description static ReportQuietReport. INSTANCEprivate ReportEpubCheck. reportConstructors in com.adobe.epubcheck.api with parameters of type Report Constructor Description EpubCheck(java.io.File epubFile, Report report)Create an epub validator to validate the given file and report issues to a given Report object.EpubCheck(java.io.File epubFile, Report report, EPUBProfile profile)Create an epub validator to validate the given file and report issues to a given Report object.EpubCheck(java.io.InputStream inputStream, Report report, java.lang.String uri)EpubCheck(java.io.InputStream inputStream, Report report, java.lang.String uri, EPUBProfile profile) -
Uses of Report in com.adobe.epubcheck.css
Fields in com.adobe.epubcheck.css declared as Report Modifier and Type Field Description (package private) ReportCSSHandler. report -
Uses of Report in com.adobe.epubcheck.messages
Fields in com.adobe.epubcheck.messages declared as Report Modifier and Type Field Description private ReportOverriddenMessages. reportConstructors in com.adobe.epubcheck.messages with parameters of type Report Constructor Description OverriddenMessageDictionary(java.io.File overrideFile, Report report)OverriddenMessages(java.io.File overrideFile, Report report) -
Uses of Report in com.adobe.epubcheck.ocf
Fields in com.adobe.epubcheck.ocf declared as Report Modifier and Type Field Description private ReportOCFExtensionChecker. reportprivate ReportOCFFilenameChecker. reportprivate ReportOCFZipChecker. report -
Uses of Report in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf declared as Report Modifier and Type Field Description private ReportFallbackChainResolver. reportReportValidationContext. reportThe report object used to log validation messages.private ReportValidationContext.ValidationContextBuilder. reportMethods in com.adobe.epubcheck.opf with parameters of type Report Modifier and Type Method Description ValidationContext.ValidationContextBuilderValidationContext.ValidationContextBuilder. report(Report report) -
Uses of Report in com.adobe.epubcheck.reporting
Classes in com.adobe.epubcheck.reporting that implement Report Modifier and Type Class Description classCheckingReport -
Uses of Report in com.adobe.epubcheck.tool
Methods in com.adobe.epubcheck.tool that return Report Modifier and Type Method Description private ReportEpubChecker. createReport()Methods in com.adobe.epubcheck.tool with parameters of type Report Modifier and Type Method Description private voidEpubChecker. dumpMessageDictionary(Report report)private voidEpubChecker. printEpubCheckCompleted(Report report)private intEpubChecker. processFile(Report report)(package private) intEpubChecker. validateFile(java.lang.String path, EPUBVersion version, Report report, EPUBProfile profile) -
Uses of Report in com.adobe.epubcheck.util
Classes in com.adobe.epubcheck.util that implement Report Modifier and Type Class Description classDefaultReportImplclassWriterReportImplclassXmlReportAbstractAbstract class to generate a report in XML.classXmlReportImplclassXmpReportImpl -
Uses of Report in com.adobe.epubcheck.vocab
Methods in com.adobe.epubcheck.vocab with parameters of type Report Modifier and Type Method Description static java.util.Map<java.lang.String,Vocab>VocabUtil. parsePrefixDeclaration(java.lang.String value, java.util.Map<java.lang.String,? extends Vocab> predefined, java.util.Map<java.lang.String,? extends Vocab> known, java.util.Set<java.lang.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.static java.util.Map<java.lang.String,java.lang.String>PrefixDeclarationParser. parsePrefixMappings(java.lang.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 Modifier and Type Field Description private ReportXMLParser. report -
Uses of Report in com.adobe.epubcheck.xml.handlers
Fields in com.adobe.epubcheck.xml.handlers declared as Report Modifier and Type Field Description private ReportDeclarationHandler. reportprivate ReportReportingErrorHandler. reportprotected ReportXMLHandler. report -
Uses of Report in org.w3c.epubcheck.core
Fields in org.w3c.epubcheck.core declared as Report Modifier and Type Field Description protected ReportAbstractChecker. report -
Uses of Report in org.w3c.epubcheck.core.references
Fields in org.w3c.epubcheck.core.references declared as Report Modifier and Type Field Description private ReportResourceReferencesChecker. reportprivate ReportURLChecker. report
-