Uses of Enum Class
org.w3c.epubcheck.core.references.Reference.Type
Packages that use Reference.Type
Package
Description
-
Uses of Reference.Type in com.adobe.epubcheck.css
Methods in com.adobe.epubcheck.css with parameters of type Reference.TypeModifier and TypeMethodDescriptionprivate voidCSSHandler.resolveAndRegister(String uriString, int line, int col, String cssContext, Reference.Type type) -
Uses of Reference.Type in com.adobe.epubcheck.xml.handlers
Methods in com.adobe.epubcheck.xml.handlers with parameters of type Reference.TypeModifier and TypeMethodDescriptionprotected final voidXMLHandler.registerReference(io.mola.galimatias.URL url, Reference.Type type) Convenience method to register a reference to theReferenceRegistry.protected final voidXMLHandler.registerReference(io.mola.galimatias.URL url, Reference.Type type, boolean hasIntrinsicFallback) Convenience method to register a reference to theReferenceRegistry. -
Uses of Reference.Type in org.w3c.epubcheck.core.references
Subclasses with type arguments of type Reference.Type in org.w3c.epubcheck.core.referencesFields in org.w3c.epubcheck.core.references declared as Reference.TypeFields in org.w3c.epubcheck.core.references with type parameters of type Reference.TypeModifier and TypeFieldDescriptionprivate com.google.common.collect.Table<io.mola.galimatias.URL, String, Reference.Type> ResourceRegistry.idTypesMethods in org.w3c.epubcheck.core.references that return Reference.TypeModifier and TypeMethodDescriptionstatic Reference.TypeReturns the enum constant of this class with the specified name.static Reference.Type[]Reference.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.w3c.epubcheck.core.references with parameters of type Reference.TypeModifier and TypeMethodDescriptionvoidResourceRegistry.registerID(String id, Reference.Type type, io.mola.galimatias.URL resourceURL) 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) Constructors in org.w3c.epubcheck.core.references with parameters of type Reference.TypeModifierConstructorDescriptionReference(io.mola.galimatias.URL url, Reference.Type type, EPUBLocation location, boolean hasIntrinsicFallback)