Uses of Class
org.w3c.epubcheck.util.url.URLFragment
-
Packages that use URLFragment Package Description org.w3c.epubcheck.core.references org.w3c.epubcheck.util.url -
-
Uses of URLFragment in org.w3c.epubcheck.core.references
Methods in org.w3c.epubcheck.core.references with parameters of type URLFragment Modifier and Type Method Description private voidResourceReferencesChecker. checkFragment(Reference reference, Resource targetResource, URLFragment fragment)private voidResourceReferencesChecker. checkReferenceType(Reference reference, Resource targetResource, URLFragment fragment) -
Uses of URLFragment in org.w3c.epubcheck.util.url
Fields in org.w3c.epubcheck.util.url declared as URLFragment Modifier and Type Field Description static URLFragmentURLFragment. NONERepresents a non-existent fragment, for whichexists()returnsfalseMethods in org.w3c.epubcheck.util.url that return URLFragment Modifier and Type Method Description static URLFragmentURLFragment. parse(io.mola.galimatias.URL url)Parse the fragment of the given URL, according to the default rules (XML MIME type), seeparse(URL, String).static URLFragmentURLFragment. parse(io.mola.galimatias.URL url, java.lang.String mimetype)Parse the fragment of the given URL, according to the rules defined for the given MIME type.
-