Uses of Class
com.adobe.epubcheck.api.EPUBLocation
Packages that use EPUBLocation
Package
Description
-
Uses of EPUBLocation in com.adobe.epubcheck.api
Classes in com.adobe.epubcheck.api that implement interfaces with type arguments of type EPUBLocationFields in com.adobe.epubcheck.api with type parameters of type EPUBLocationModifier and TypeFieldDescriptionprivate com.google.common.base.Optional<EPUBLocation> FeatureReport.Feature.locationMethods in com.adobe.epubcheck.api that return EPUBLocationModifier and TypeMethodDescriptionEPUBLocation.at(int line, int column) static EPUBLocationEPUBLocation.of(ValidationContext context) static EPUBLocationEPUBLocation.of(io.mola.galimatias.URL url, OCFContainer container) static EPUBLocationMethods in com.adobe.epubcheck.api that return types with arguments of type EPUBLocationModifier and TypeMethodDescriptioncom.google.common.base.Optional<EPUBLocation> FeatureReport.Feature.getLocation()The location of the feature.Methods in com.adobe.epubcheck.api with parameters of type EPUBLocationModifier and TypeMethodDescriptionintEPUBLocation.compareTo(EPUBLocation o) voidMasterReport.message(MessageId id, EPUBLocation location, Object... args) voidQuietReport.message(Message message, EPUBLocation location, Object... args) voidReport.message(MessageId id, EPUBLocation location, Object... args) Called when a violation of the standard is found in epub.voidReport.message(Message message, EPUBLocation location, Object... args) Called when a violation of the standard is found in epub.voidFeatureReport.report(FeatureEnum name, EPUBLocation location) Add a new feature to this report.voidFeatureReport.report(FeatureEnum name, EPUBLocation location, String value) Add a new feature to this report.Constructors in com.adobe.epubcheck.api with parameters of type EPUBLocationModifierConstructorDescriptionprivateFeature(FeatureEnum name, EPUBLocation location, String value) -
Uses of EPUBLocation in com.adobe.epubcheck.css
Methods in com.adobe.epubcheck.css that return EPUBLocationModifier and TypeMethodDescriptionprivate EPUBLocationCSSHandler.getCorrectedEPUBLocation(int lineNumber, int columnNumber, String details) -
Uses of EPUBLocation in com.adobe.epubcheck.ocf
Fields in com.adobe.epubcheck.ocf declared as EPUBLocationFields in com.adobe.epubcheck.ocf with type parameters of type EPUBLocationModifier and TypeFieldDescriptionprivate final Map<io.mola.galimatias.URL, EPUBLocation> OCFCheckerState.obfuscatedMethods in com.adobe.epubcheck.ocf that return EPUBLocationModifier and TypeMethodDescriptionOCFMetaFile.asLocation(OCFContainer container) OCFCheckerState.getObfuscationLocation(io.mola.galimatias.URL resource) Methods in com.adobe.epubcheck.ocf with parameters of type EPUBLocationModifier and TypeMethodDescriptionvoidOCFCheckerState.addObfuscatedResource(io.mola.galimatias.URL resource, EPUBLocation location) Constructors in com.adobe.epubcheck.ocf with parameters of type EPUBLocationModifierConstructorDescriptionOCFFilenameChecker(String filename, ValidationContext context, EPUBLocation location) -
Uses of EPUBLocation in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf declared as EPUBLocationModifier and TypeFieldDescriptionprivate EPUBLocationOPFItem.Builder.locationprivate final EPUBLocationOPFItem.locationprotected EPUBLocationOPFHandler.pageMapReferenceLocationMethods in com.adobe.epubcheck.opf that return EPUBLocationMethods in com.adobe.epubcheck.opf with parameters of type EPUBLocation -
Uses of EPUBLocation in com.adobe.epubcheck.ops
Fields in com.adobe.epubcheck.ops with type parameters of type EPUBLocationMethods in com.adobe.epubcheck.ops with parameters of type EPUBLocationModifier and TypeMethodDescriptionprotected voidOPSHandler.checkDependentCondition(MessageId id, boolean condition1, boolean condition2, EPUBLocation location) -
Uses of EPUBLocation in com.adobe.epubcheck.reporting
Fields in com.adobe.epubcheck.reporting with type parameters of type EPUBLocationMethods in com.adobe.epubcheck.reporting that return EPUBLocationModifier and TypeMethodDescriptionprivate EPUBLocationCheckMessage.findLocation(EPUBLocation location) Methods in com.adobe.epubcheck.reporting that return types with arguments of type EPUBLocationMethods in com.adobe.epubcheck.reporting with parameters of type EPUBLocationModifier and TypeMethodDescriptionstatic CheckMessageCheckMessage.addCheckMessage(List<CheckMessage> checkMessages, Message message, EPUBLocation location, Object... args) (package private) voidCheckMessage.addLocation(EPUBLocation location) private EPUBLocationCheckMessage.findLocation(EPUBLocation location) voidCheckingReport.message(Message message, EPUBLocation location, Object... args) Constructors in com.adobe.epubcheck.reporting with parameters of type EPUBLocationModifierConstructorDescriptionprivateCheckMessage(Message message, EPUBLocation location, Object... args) -
Uses of EPUBLocation in com.adobe.epubcheck.util
Methods in com.adobe.epubcheck.util with parameters of type EPUBLocationModifier and TypeMethodDescription(package private) StringDefaultReportImpl.formatMessage(Message message, EPUBLocation location, Object... args) voidDefaultReportImpl.message(Message message, EPUBLocation location, Object... args) voidWriterReportImpl.message(Message message, EPUBLocation location, Object... args) voidXmlReportAbstract.message(Message message, EPUBLocation location, Object... args) -
Uses of EPUBLocation in com.adobe.epubcheck.vocab
Methods in com.adobe.epubcheck.vocab with parameters of type EPUBLocationModifier 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.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 EPUBLocation in com.adobe.epubcheck.xml.handlers
Methods in com.adobe.epubcheck.xml.handlers that return EPUBLocationModifier and TypeMethodDescriptionprotected final EPUBLocationLocationHandler.location()static EPUBLocationLocationHandler.location(ValidationContext context, Locator locator) -
Uses of EPUBLocation in org.w3c.epubcheck.core.references
Fields in org.w3c.epubcheck.core.references declared as EPUBLocationMethods in org.w3c.epubcheck.core.references with parameters of type EPUBLocationModifier and TypeMethodDescriptionio.mola.galimatias.URLURLChecker.checkURL(String string, EPUBLocation location) voidReferenceRegistry.registerReference(io.mola.galimatias.URL url, Reference.Type type, EPUBLocation location) voidReferenceRegistry.registerReference(io.mola.galimatias.URL url, Reference.Type type, EPUBLocation location, boolean hasIntrinsicFallback) private io.mola.galimatias.URLURLChecker.resolveURL(String string, boolean isBase, EPUBLocation location) io.mola.galimatias.URLURLChecker.setBase(String newBase, EPUBLocation location) Constructors in org.w3c.epubcheck.core.references with parameters of type EPUBLocationModifierConstructorDescriptionReference(io.mola.galimatias.URL url, Reference.Type type, EPUBLocation location, boolean hasIntrinsicFallback)