Uses of Class
com.adobe.epubcheck.api.EPUBLocation
-
-
Uses of EPUBLocation in com.adobe.epubcheck.api
Fields in com.adobe.epubcheck.api with type parameters of type EPUBLocation Modifier and Type Field Description private com.google.common.base.Optional<EPUBLocation>FeatureReport.Feature. locationMethods in com.adobe.epubcheck.api that return EPUBLocation Modifier and Type Method Description EPUBLocationEPUBLocation. at(int line, int column)EPUBLocationEPUBLocation. context(java.lang.Object context)static EPUBLocationEPUBLocation. of(ValidationContext context)static EPUBLocationEPUBLocation. of(io.mola.galimatias.URL url, OCFContainer container)static EPUBLocationEPUBLocation. of(java.io.File file)Methods in com.adobe.epubcheck.api that return types with arguments of type EPUBLocation Modifier and Type Method Description com.google.common.base.Optional<EPUBLocation>FeatureReport.Feature. getLocation()The location of the feature.Methods in com.adobe.epubcheck.api with parameters of type EPUBLocation Modifier and Type Method Description intEPUBLocation. compareTo(EPUBLocation o)voidMasterReport. message(MessageId id, EPUBLocation location, java.lang.Object... args)voidQuietReport. message(Message message, EPUBLocation location, java.lang.Object... args)voidReport. message(MessageId id, EPUBLocation location, java.lang.Object... args)Called when a violation of the standard is found in epub.voidReport. message(Message message, EPUBLocation location, java.lang.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, java.lang.String value)Add a new feature to this report.Constructors in com.adobe.epubcheck.api with parameters of type EPUBLocation Constructor Description Feature(FeatureEnum name, EPUBLocation location, java.lang.String value) -
Uses of EPUBLocation in com.adobe.epubcheck.css
Methods in com.adobe.epubcheck.css that return EPUBLocation Modifier and Type Method Description private EPUBLocationCSSHandler. getCorrectedEPUBLocation(int lineNumber, int columnNumber, java.lang.String details) -
Uses of EPUBLocation in com.adobe.epubcheck.ocf
Fields in com.adobe.epubcheck.ocf declared as EPUBLocation Modifier and Type Field Description private EPUBLocationOCFFilenameChecker. locationFields in com.adobe.epubcheck.ocf with type parameters of type EPUBLocation Modifier and Type Field Description private java.util.Map<io.mola.galimatias.URL,EPUBLocation>OCFCheckerState. obfuscatedMethods in com.adobe.epubcheck.ocf that return EPUBLocation Modifier and Type Method Description EPUBLocationOCFMetaFile. asLocation(OCFContainer container)EPUBLocationOCFCheckerState. getObfuscationLocation(io.mola.galimatias.URL resource)Methods in com.adobe.epubcheck.ocf with parameters of type EPUBLocation Modifier and Type Method Description voidOCFCheckerState. addObfuscatedResource(io.mola.galimatias.URL resource, EPUBLocation location)Constructors in com.adobe.epubcheck.ocf with parameters of type EPUBLocation Constructor Description OCFFilenameChecker(java.lang.String filename, ValidationContext context, EPUBLocation location) -
Uses of EPUBLocation in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf declared as EPUBLocation Modifier and Type Field Description private EPUBLocationOPFItem.Builder. locationprivate EPUBLocationOPFItem. locationprotected EPUBLocationOPFHandler. pageMapReferenceLocationMethods in com.adobe.epubcheck.opf that return EPUBLocation Modifier and Type Method Description EPUBLocationOPFItem. getLocation()EPUBLocationOPFItem.Builder. location()Methods in com.adobe.epubcheck.opf with parameters of type EPUBLocation Modifier and Type Method Description OPFItem.BuilderOPFItem.Builder. location(EPUBLocation location) -
Uses of EPUBLocation in com.adobe.epubcheck.ops
Fields in com.adobe.epubcheck.ops with type parameters of type EPUBLocation Modifier and Type Field Description protected java.util.Stack<EPUBLocation>OPSHandler. elementLocationStackMethods in com.adobe.epubcheck.ops with parameters of type EPUBLocation Modifier and Type Method Description protected 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 EPUBLocation Modifier and Type Field Description private java.util.List<EPUBLocation>CheckMessage. locationsMethods in com.adobe.epubcheck.reporting that return EPUBLocation Modifier and Type Method Description private EPUBLocationCheckMessage. findLocation(EPUBLocation location)Methods in com.adobe.epubcheck.reporting that return types with arguments of type EPUBLocation Modifier and Type Method Description java.util.List<EPUBLocation>CheckMessage. getLocations()Methods in com.adobe.epubcheck.reporting with parameters of type EPUBLocation Modifier and Type Method Description static CheckMessageCheckMessage. addCheckMessage(java.util.List<CheckMessage> checkMessages, Message message, EPUBLocation location, java.lang.Object... args)(package private) voidCheckMessage. addLocation(EPUBLocation location)private EPUBLocationCheckMessage. findLocation(EPUBLocation location)voidCheckingReport. message(Message message, EPUBLocation location, java.lang.Object... args)Constructors in com.adobe.epubcheck.reporting with parameters of type EPUBLocation Constructor Description CheckMessage(Message message, EPUBLocation location, java.lang.Object... args) -
Uses of EPUBLocation in com.adobe.epubcheck.util
Methods in com.adobe.epubcheck.util with parameters of type EPUBLocation Modifier and Type Method Description (package private) java.lang.StringDefaultReportImpl. formatMessage(Message message, EPUBLocation location, java.lang.Object... args)voidDefaultReportImpl. message(Message message, EPUBLocation location, java.lang.Object... args)voidWriterReportImpl. message(Message message, EPUBLocation location, java.lang.Object... args)voidXmlReportAbstract. message(Message message, EPUBLocation location, java.lang.Object... args) -
Uses of EPUBLocation in com.adobe.epubcheck.vocab
Methods in com.adobe.epubcheck.vocab with parameters of type EPUBLocation 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.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 EPUBLocation in com.adobe.epubcheck.xml.handlers
Methods in com.adobe.epubcheck.xml.handlers that return EPUBLocation Modifier and Type Method Description protected EPUBLocationLocationHandler. location()static EPUBLocationLocationHandler. location(ValidationContext context, org.xml.sax.Locator locator) -
Uses of EPUBLocation in org.w3c.epubcheck.core.references
Fields in org.w3c.epubcheck.core.references declared as EPUBLocation Modifier and Type Field Description EPUBLocationReference. locationMethods in org.w3c.epubcheck.core.references with parameters of type EPUBLocation Modifier and Type Method Description io.mola.galimatias.URLURLChecker. checkURL(java.lang.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(java.lang.String string, boolean isBase, EPUBLocation location)io.mola.galimatias.URLURLChecker. setBase(java.lang.String newBase, EPUBLocation location)Constructors in org.w3c.epubcheck.core.references with parameters of type EPUBLocation Constructor Description Reference(io.mola.galimatias.URL url, Reference.Type type, EPUBLocation location, boolean hasIntrinsicFallback)
-