Uses of Class
org.w3c.epubcheck.core.references.Resource
Packages that use Resource
-
Uses of Resource in org.w3c.epubcheck.core.references
Fields in org.w3c.epubcheck.core.references with type parameters of type ResourceMethods in org.w3c.epubcheck.core.references that return ResourceMethods in org.w3c.epubcheck.core.references that return types with arguments of type ResourceModifier and TypeMethodDescriptionResourceRegistry.getResource(io.mola.galimatias.URL url) Returns anOptionalcontaining the Package Document item for the given Publication Resource path, orif no resource has been registered for the given path.invalid reference
Optional#absent()Methods in org.w3c.epubcheck.core.references with parameters of type ResourceModifier and TypeMethodDescriptionprivate 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(String id, Resource resource) Returns the position of the given ID in the document represented by this resource.Method parameters in org.w3c.epubcheck.core.references with type arguments of type ResourceModifier and TypeMethodDescriptionprivate voidResourceReferencesChecker.checkRemoteReference(Reference reference, Optional<Resource> targetResource)