Uses of Class
org.w3c.epubcheck.core.references.Reference.Type
-
Packages that use Reference.Type Package Description com.adobe.epubcheck.css com.adobe.epubcheck.xml.handlers org.w3c.epubcheck.core.references -
-
Uses of Reference.Type in com.adobe.epubcheck.css
Methods in com.adobe.epubcheck.css with parameters of type Reference.Type Modifier and Type Method Description private voidCSSHandler. resolveAndRegister(java.lang.String uriString, int line, int col, java.lang.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.Type Modifier and Type Method Description protected voidXMLHandler. registerReference(io.mola.galimatias.URL url, Reference.Type type)Convenience method to register a reference to theReferenceRegistry.protected 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
Fields in org.w3c.epubcheck.core.references declared as Reference.Type Modifier and Type Field Description Reference.TypeReference. typeFields in org.w3c.epubcheck.core.references with type parameters of type Reference.Type Modifier and Type Field Description private com.google.common.collect.Table<io.mola.galimatias.URL,java.lang.String,Reference.Type>ResourceRegistry. idTypesMethods in org.w3c.epubcheck.core.references that return Reference.Type Modifier and Type Method Description Reference.TypeResourceRegistry. getIDType(java.lang.String id, Resource resource)static Reference.TypeReference.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Reference.Type[]Reference.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.w3c.epubcheck.core.references with parameters of type Reference.Type Modifier and Type Method Description voidResourceRegistry. registerID(java.lang.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.Type Constructor Description Reference(io.mola.galimatias.URL url, Reference.Type type, EPUBLocation location, boolean hasIntrinsicFallback)
-