Uses of Class
org.w3c.epubcheck.core.references.Resource
-
Packages that use Resource Package Description org.w3c.epubcheck.core.references -
-
Uses of Resource in org.w3c.epubcheck.core.references
Fields in org.w3c.epubcheck.core.references with type parameters of type Resource Modifier and Type Field Description private java.util.Map<io.mola.galimatias.URL,Resource>ResourceRegistry. resourcesMethods in org.w3c.epubcheck.core.references that return Resource Modifier and Type Method Description ResourceResource.Builder. build()static ResourceResource. fromItem(OPFItem item)static ResourceResource. fromURL(io.mola.galimatias.URL url, java.lang.String mimetype)Methods in org.w3c.epubcheck.core.references that return types with arguments of type Resource Modifier and Type Method Description java.util.Optional<Resource>ResourceRegistry. getResource(io.mola.galimatias.URL url)Returns anOptionalcontaining the Package Document item for the given Publication Resource path, orOptional#absent()if no resource has been registered for the given path.Methods in org.w3c.epubcheck.core.references with parameters of type Resource Modifier and Type Method Description private voidResourceReferencesChecker. checkFallbacks(Reference reference, Resource targetResource)private voidResourceReferencesChecker. checkFragment(Reference reference, Resource targetResource, URLFragment fragment)private voidResourceReferencesChecker. checkReferenceType(Reference reference, Resource targetResource, URLFragment fragment)intResourceRegistry. getIDPosition(java.lang.String id, Resource resource)Returns the position of the given ID in the document represented by this resource.Reference.TypeResourceRegistry. getIDType(java.lang.String id, Resource resource)Method parameters in org.w3c.epubcheck.core.references with type arguments of type Resource Modifier and Type Method Description private voidResourceReferencesChecker. checkRemoteReference(Reference reference, java.util.Optional<Resource> targetResource)
-